
/* theme background images */

html { background: url('repeat.bg.png') repeat-x top; } /* background repeating image */


/* links coloring */

a { color: #6f5143; } /* text links color */
a:hover { color: #937162; } /* hover color (you can remove this) */
