/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: "Comic Sans MS",  Chicago,  Sans-serif,  cursive;
 	font-size: x-small;
 	color: rgb(0,51,51);
 	font-weight: normal;
 	font-style: normal
}

H1 {
	font-family: "Casablanca Heavy SF",  sans-serif;
 	font-size: large;
 	color: rgb(0,51,51);
 	font-weight: normal;
 	font-style: normal
}

H2 {
	font-family: "Casablanca Heavy SF",  sans-serif;
 	font-size: small;
 	color: rgb(0,51,51);
 	font-weight: normal;
 	font-style: normal
}

A:hover {
	color: rgb(255,0,0)
}
