body
{
	font-size:10pt;
	font-family: sans-serif;
	color: black;
	background-color: gray;
}

div
{
	font-size:10pt;
	font-family: sans-serif;
	color: black;
	background-color: #B9B9B9;
}

h1 
{
	font-size:30pt;
	color: black;
	font-family: sans-serif;
	font-variant: small-caps;
}

a 
{
	text-decoration: none;
	cursor: crosshair;
}

a:link {color: navy;}
a:visited {color: navy;}
a:hover {color: #FF9A75;}

