body {
background-color: rgb(255, 255, 204)
}
 a:link {
 font-family: Arial;
 color: #0000FF;
 text-decoration:none;
}
a:visited {
 font-family: Arial;
 color: #0000FF;
 text-decoration:none;
}
a:hover {
color:#ff0000;
text-decoration:none;
 font-weight: bold;
} }
table {
 font-family: Arial;
}