/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px
}

A:link {
	font-weight: bold
}

.TextObject {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px
}

A {
	font-size: 12px;
 	color: rgb(153,102,102);
 	font-weight: bold;
 	text-decoration: none 
}

.TextNavBar {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: 12px;
 	color: rgb(204,0,102);
 	font-weight: bold;
 	text-decoration: none 
}

A:hover {
	font-size: 12px;
 	color: rgb(255,102,153);
 	font-weight: bold;
 	text-decoration: none 
}