body{
    background-color:#00ccff;
    color:#003366;
    font-family:verdana, sans-serif;
    font-weight:bold;
}

span{
    color:#663399;
    font-weight:normal;
}


a:link, a:visited{
text-decoration:none;
}
a:link{
color:9900000;
}

a:active, a:hover{
color:#006600;
text-decoration:underline;
}
a:active{
text-decoration:line-through;
}
