a:link {
color : blue;
text-decoration : none;
}
a:visited {
color : blue;
text-decoration : none;
}
a:hover {
color : orange;
text-decoration : underline;
}
a:active {
color : orange;
text-decoration : none;
}
body {
font-family : Comic Sans MS;
font-size : 10pt;
color : green;
}
table {
font-family : Comic Sans MS;
font-size : 10pt;
color : green;
}



