a:link
{
color: rgb(102,102,102); 
}
a:visited
{
color: rgb(51,51,51); 
} 
a:active 
{
color: rgb(102,102,102);
}
body
{
font-family: Verdana;
background-color: rgb(255,255,204);
color: rgb(153,153,153);
}
table
{
	table-border-color-light: rgb(102,102,102);
	table-border-color-dark: rgb(204,204,204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
}
h1
{
	color: rgb(153,153,153);
    font-size:24;
}
h2
{
	color: rgb(153,153,153); 
	font-size:18;
}
h3
{
	color: rgb(153,153,153); 
	font-size:14;
	word-spacing: 1;
	line-height: 150%;
}
h4
{
	color: rgb(153,153,153);
	font-size:12;
	word-spacing: 1;
	line-height: 100%
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}