/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(0,0,153)
}

A:visited {
	color: rgb(128,0,128)
}

H1 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	color: rgb(0,0,153);
 	font-weight: bold
}

H2 {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 14px;
 	color: rgb(0,0,153);
 	font-weight: bold
}

P {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

A {
	color: rgb(0, 0, 255);
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}

