body
{
 background-color: black;
 color: white;
 font-family: Trebuchet MS;
 font-size:16px;
 margin:6px;
}

p
{
 font-size:16px;
}

h1
{
 color:mediumblue;
}

h2
{
 color:blue;
}

h3
{
 color: dodgerblue;
}

h4
{
 color: deepskyblue;
}

a:link 
{
 color: royalblue;
 margin-right: 10px;
}

a:visited
{
 color: royalblue;
}

a:hover 
{
 color: lightsteelblue;
}

a:active 
{
 color: royalblue;
}

table 
{
 font-size: 16px;
}
