a:link
{
	color: rgb(255,255,255); 
}
a:visited
{
	color: rgb(245,245,245); 
} 
a:active 
{
	color: rgb(255,255,255);
}
a:hover 
{
	color: rgb(220,220,220);
}
body
{
	font-family: Tahoma;
	background-color: rgb(255,253,245);
	color: rgb(0,0,0);
