a:link, a:visited, a:active, a:hover
{
	font-weight: normal;
	text-decoration: underline;
}

a:link
{
	color: white; 
}

a:visited
{
	color: white;
}

a:active 
{
	color: white;
}

a:hover 
{
	color: silver;
}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: white;
	text-align:center;
	margin-top: 0px;
	background: url('../images/gray_bg.jpg');
}
	
table
{
	font-family: Verdana, Arial, Helvetica;
	color: white;
	font-size: 12px;
	
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
}

h1
{
	color: white;
	font-size: 36px;
}

h2
{
	color: white;
	font-size: 24px;
}

h3
{
	color: white;
	font-size: 12px;
}

h4
{
	color: white;
	font-size: 10px;
}
