body
{
        background-color: #0000FF;
}
a
{
        color: #FFFFFF;
        text-decoration: none;
        font-weight: bold;
}
a:hover {
 color: #CCCCFF;
 text-decoration: underline;
 font-weight: bold;

 }

p {
 color: #FFFFFF;
 font-family: times;
 font-weight: bold;
 }
 H1 {font-size: 20px;}