body,table,tr,td
{
    color:orange;
    background:black;
    font-family:Verdana,Arial; 
    font-size:8pt; 
    scrollbar-face-color: gray; 
    scrollbar-shadow-color: black;
}

h1
{
    color:gray;
}

p 
{
    font-family:Verdana,Arial; 
    font-size:10pt; 
}

td 
{ 
    font-family:Verdana,Arial;
    color: gray;
    font-size:8pt; 
}

a
{
    color : yellow;
    text-decoration: none;
}

a:hover 
{ 
    color : lightred; 
    text-decoration: underline;
}

a:visited
{
    color : #CA0000;
    text-decoration: none;
}

a:visited:hover
{
    color : orange;
    xtext-decoration: line-through;
}

img
{
	border: 5px solid white;
}
