
/* theme background images */

html {
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-color: #E450C2;
} /* background repeating image */


/* links coloring */

a { color: #38b; } /* text links color */
a:hover { color: #94b; } /* hover color (you can remove this) */

