/* CSS definition file containing site wide stylesheets */

A {
	color: rgb(204,51,102)
}

P {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small
}

UL {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: x-small;
 	list-style-type: square
}

LI {
	list-style-type: square
}

H3 {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	font-size: small;
 	color: rgb(204,51,102);
 	font-weight: bold;
 	text-indent: 3pt;
 	margin-top: 0px;
 	margin-bottom: 0px
}