body {
background-color: #ffffff;
font-family: "Comic Sans MS";
font-size: 8px;
color: #4B4436;
font-weight: normal;
}

a:active, a:link, a:visited {
font-family:"Comic Sans MS";
font-size: 8px;
color: #8F0909;
font-weight: normal;
text-decoration: none;
}
a:hover {
font-family: "Comic Sans MS";
font-size: 8px;
color: #9ABA2C;
font-weight: bold;
text-decoration: underline;
}