

A
{
text-decoration: none; 
color: black; 
}


A:hover
{
text-decoration: underline;
}


body 
{
background-color: black;
}

th 
{
background-color: yellow;
}

td 
{
background-color: transparent;
vertical-align: top;
}

.content
{
background-color:yellow;
}


h1,h2,h3,h4,h5,h6 
{
color: white;
font-variant: small-caps;
}

p:first-letter 
{
color: black; font-size: x-large;
}

.license
{
position:relative;
bottom:5px;
color:white;
font-size:x-small;
}