body
{
background-color: #008000
}



h1
{
color: #FFCC33;
font: bold 16px Century gothic;
text-align: left;
}

p.date
{
font-family: Century gothic;
font-size: 10px;
text-align: right;
color: #cc0000
}


a:link {color: #cc0000}     /* unvisited link */
a:visited {color: #cc0000}  /* visited link */
a:hover {color: blue}   /* mouse over link */
a:active {color: #336633}   /* selected link */

