﻿a:link
{
	color: rgb(0,0,0);
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	background-color:#D2D2E0;
	display:block;
}
a:visited
{
	color: rgb(0,0,0);
	font-size: 8pt;
	text-decoration: none;
	text-align:center;
	background-color:#D2D2E0;
	display:block;
} 
a:active 
{
	color: rgb(0,0,0);
	text-decoration:none;
	text-align:center;
	background-color:#D2D2E0;
	display:block;
	
}
a:hover 
{
	color: rgb(255,0,0);
	text-decoration:none;
	text-align:center;
	display:block;
}

body
{
	font-family: Arial, Helvetica;
	background-color: #666699;
	color: rgb(255,255,255);
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}
<td>
{
	color: rgb(255,0,0);
	font-size:8pt;	
	text-align:center;
	background-color:#D2D2E0;
	border-bottom-color:#D2D2E0;
	border-width:126px;
	
	
}
