/* CSS definition file containing site wide stylesheets */

A:active {
	font-size: 12px;
 	color: rgb(153,102,51);
 	text-decoration: none 
}

A:link {
	font-size: 12px;
 	color: rgb(0,0,0);
 	text-decoration: none 
}

A:visited {
	font-size: 12px;
 	color: rgb(102,102,102);
 	text-decoration: none 
}

P {
	text-decoration: none 
}

A {
	font-size: 12px;
 	color: rgb(0,0,128);
 	text-decoration: none 
}

.TextNavBar {
	font-size: 12px;
 	color: rgb(128,0,128);
 	text-decoration: none 
}

A:hover {
	font-size: 12px;
 	color: rgb(170,31,42);
 	text-decoration: none 
}