/* CSS definition file containing sitestyle stylesheets */
BODY {
	color: rgb(173,32,24);
	background-image: url(../assets/images/style_bg.gif);
}
 A:active { color: rgb(255,182,90);}
 A:link { color: rgb(255,182,90);}
 A:visited { color: rgb(255,182,90);}
 P { font-size: x-small;}
 A { color: rgb(255,182,90);}
 .TextNavBar { font-size: x-small; color: rgb(255,182,90);}
 A:hover { color: rgb(255,182,90);}
 
