
body { background-color: rgb(255, 255, 255);
color: rgb(51, 102, 255);
font-family: Arial,Helvetica,sans-serif;
}
a:link { text-decoration: none;
font-weight: bold;
color: rgb(51, 102, 255);
}
a:visited { text-decoration: none;
font-weight: bold;
color: rgb(51, 102, 255);
}
a:active { text-decoration: none;
font-weight: bold;
color: rgb(51, 102, 255);
}
a:hover { text-decoration: none;
font-weight: bold;
color: rgb(224, 0, 0);
background-color: rgb(255, 255, 255);
}

