a:link
{
	color: rgb(255,51,0); 
}
a:visited
{
	color: rgb(255,51,0); 
} 
a:active 
{
	color: rgb(255,51,0);
}
body
{
    font-family: Verdana;
    background-color: rgb(255 255 255);
    color: rgb(000000);
    font-size: small;
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0);
	background-color: rgb(250 250 210);
    height: 0px;
    margin-top: 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(0,0,0);
}
h2
{ 
    color: rgb(0, 0, 0);
    font-family: Georgia;
    font-size: 12px;
    font-weight: lighter;
    text-align: left;
 }




h3
{
    color: rgb(204,51,0);
    font-family: 'Segoe Script';
    font-size: x-small;
    font-weight: lighter;
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}


strong
{
    color: #000000;
    font-weight: bold;
}
