h1,h2,h3,h4,p,blockquote,ul,table
{
	font-family: Verdana, Sans-Serif;
}
h1,h2,h3
{
	font-weight: normal;
	text-align: center;
}
h4,p,blockquote,ul,table
{
	font-size: 10pt;
}
h1
{
	font-size: 28pt;
}
h2 
{
	font-size: 18pt;
}
h3 
{
	font-size: 14pt;
}
h4 
{
	font-weight: bold;
	text-align: left;
}
body
{
	background-color: #F8F8FF;
	color: #5030FF;
}
a:link
{
	color: #0080CF;
}
a:visited
{
	color: #50BFBF;
}
a:active
{
	color: #CF2020;
}
table
{
	text-align: center;
	border-collapse: collapse;
	width: 85%;
}
th
{
	background-color: #F0F0FF;
}	
td
{
	border: 1px solid black;
}
