body {
 background-color: #FFFF80;
 font-family: Verdana;
 font-size: 20px;
 color: #000000;
 text-decoration: none;
}

table,p,div {
 font-family: Verdana;
 font-size: 20px;
 color: #000000;
 text-decoration: none;
}

a {
 color: #0000FF;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}