table {width: 100%; text-align: center;}
td.half {width: 50%;}
td.third {width: 33%;}
td.quarter {width: 25%;}

body {
background: white;
color:black
}

a:link {color: #8844EE}     /* unvisited link */
a:visited {color:#444444}  /* visited link */
a:hover {color: #2222DD}   /* mouse over link */
a:active {color: silver}   /* selected link */

a.menu
{
font-size: large;
text-decoration: none;
font-family: "Comic Sans MS", sans-serif;
}
