body
{
background: black;
}
.menu
{
color: white;
}
.header
{
color: white;
font-family: sans-serif;
}
a:link 
{
color: #B8B8B8 ;
font-family: sans-serif;
}
a:visited 
{
color: #B8B8B8 ;
font-family: sans-serif;
}
a:hover {
color: white;
font-family: sans-serif;
}
a
{
text-decoration: none;
}
.info
{
color: white;
font-family: sans-serif;
}
fieldset
{
color: gray;
}
input
{
color: gray;
background: LightGray;
border: 1px solid DarkGray;
}
fieldset
{
border: 1px solid DarkGray;
width: 20em;
}
legend
{
color: DarkGray;
border: 1px Gray;
padding: 2px 6px;
}
.writing
{
color: white;
font-family: sans-serif;
font-weight: bold;
}
li
{
color: white;
font-family: sans-serif;
font-weight: bold;
}


