a:link
{
	color: rgb(204,204,255); 
}
a:visited
{
	color: rgb(255,204,204); 
} 
a:active 
{
	color: rgb(255,255,0);
}
bodyfile:///D:/My Documents/My Web Sites/Roger/index.htm
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(204,204,204);
}
table
{
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	font-size: 10pt; color: rgb(255,204,0);
}
h2
{
	color: rgb(255,204,255); 
}
h3
{
	color: rgb(255,204,255); 
}
h4
{
	color: rgb(204,204,204);
}
h5
{
	color: rgb(204,204,204);
}
h6
{
	color: rgb(204,204,204);
}