P  {}

H1  {
	font-size : large;
	font-style : italic;
}

H2  {
	font-style : italic;
}

H3  {
	font-family : sans-serif;
}

A  {
	color : Blue;
}

A:Visited  {
	color : Gray;
}

A:Active  {
	color : Blue;
}

A:Hover  {
	color : Purple;
}

BODY  {
	
	text-align : left;
	font-size : medium;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	background-image : url(../misc/greylogobackground.gif);
}


