a:link
{
	color: #990000; 
; text-decoration: none
}
a:visited
{
	color: rgb(255,255,153); 
; text-decoration: none
} 
a:active 
{
	color: #FF0000;
; text-decoration: none
}
/* use a strechable background graphic
html {
        background: url(images/entrance-background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}*/
body
{
	font-family: Verdana, Arial, Helvetica;
	size: 2;
    background-color: #999;
}
}
table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}

