body
{
background-color: white
}

p, br, ul, ol, li, strong, blockquote, b
{
font-family: serif;
color: black ;
font-size: x-small
}
.font
{
font-family: brush, verdana;
color: black
font-size: normal
}

.fancy
{
font-family: brush, verdana;
color: #FFCCFF;
background-color: black
}

h1,h2,h3,h4,h5,h6
{
color: #FFCCFF;
font-family: verdana
} 


a:link {color: #B0B0B0 ; text-decoration: underline}
a:visited {color: #B0B0B0 ; text-decoration: line-through}
a:hover {color: #B0B0B0 ; text-decoration: overline}
a:active {color: #B0B0B0 ; text-decoration: overline}
