.foobar { color: maroon;}
body {
background-color: #b3d9ff;
padding: 10px 10px 10px 10px;
font-family: sans-serif; 
/* normally I prefer serifs but I'm doing this as an experiment */
}

H2,H3 { color: maroon; border-bottom: 1px solid black;
font-family:"Times New Roman",Georgia,Serif;
}

H2 {text-align: center;}


a:link {color:#0000FF;
}      /* unvisited link */

a:visited {color:#990099;
}   /* visited link */

a:hover {background-color:#99CCFF;
}    /* mouse over link */
