/* CSS definition file containing sitestyle stylesheets */
BODY { background-image: url( "../assets/images/BackLine2010b.gif" );
	background-position : 50% 50%;
	background-repeat : repeat-y ;
	background-color : rgb(255,255,255)}
 A:visited { 
 	color: rgb(0,137,225);
 	text-decoration: none
 	}
 A:active {
	color: rgb(0,137,225)
}

A {	
	color : rgb(0,137,225)
}

A:link {
	text-decoration: none
}

A:hover { color: rgb(255,0,0)}
 
