/* CSS definition file containing site wide stylesheets */

A:active {
	color: rgb(128,0,0)
}

P {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: medium;
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	color: rgb(0,128,0)
}
