/* CSS definition file containing site wide stylesheets */

.NavBar:link {
	color: rgb(102,0,0);
 	font-weight: bold;
 	text-decoration: none 
}

.blueline:link {
	color: rgb(51,0,204);
 	font-weight: normal;
 	font-style: normal
}

.NavBar:active {
	color: rgb(255,0,0);
 	font-style: italic;
 	text-decoration: none 
}

.NavBar:visited {
	color: rgb(102,0,0);
 	font-weight: bold
}

.blueline:visited {
	color: rgb(0,0,255)
}

.blueline:active {
	color: rgb(51,0,204)
}

.10blk:hover {
	color: rgb(0,102,0);
 	font-style: italic;
 	text-decoration: none 
}

.blueline:hover {
	color: rgb(204,0,0);
 	font-style: italic;
 	text-decoration: none 
}

.NavBar:hover {
	color: rgb(51,153,51);
 	font-style: italic;
 	text-decoration: none 
}
