BODY {
	font : bold 13px Verdana;
}

strong {
	color : #EE2000;
	font : bold 17px Arial;
}
td
{
	color: #550022;
	font : bold 13px Verdana;
}
h1
{
	font : bold 17px Bookman Old Style;
}
h2
{
	font : bold 16px Bookman Old Style;
}
div
{
	font : bold 13px Arial;
}
a{
	color: Blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: none;
	text-shadow: Gray;
}
a:hover{
	color: Red;
	font: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-decoration: underline;
	text-shadow: Gray;
}