a:link
{
	color: rgb(51,51,51); 
                   text-decoration: none
}
a:visited
{
	color: rgb(51,51,51); 
                   text-decoration: none
} 
a:active 
{
	color: rgb(204,0,102);
                   text-decoration: none
}
body
{
	font-family: Arial, Verdana, Helvetica;
	background-color: rgb(176,192,208);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Verdana, Helvetica;
}

.quotes { font-family: Arial, Verdana, Helvetica; font-size: 13px; color: rgb(0,0,0); }

