/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(255,51,102)
}

A:link {
	color: rgb(255,51,102)
}

A:visited {
	color: rgb(255,51,102)
}

LI {
	margin-bottom: 12pt
}

A:hover {
	color: rgb(255,51,0);
 	font-style: italic
}
