/*Font Setup*/

h1 {font-family: Century Gothic;
color:#990000;
font-size:18px;
text-align: center;
}

h2 {font-family: Century Gothic;
color:#653809;
font-size:35px;
text-align: center;
font-style:oblique;
}

.header {font-family: Century Gothic;
color:#653809;
font-size:30px;
text-align: center;
}

.content {font-family: Arial;
color:#660000;
font-size:12px;
}

.calendar {font-family: Arial;
color:#FFCC33;
font-size:12px;
font: bold;
}

a:link{
color:#542817;
text-decoration: none;
font-family:"Century Gothic";
}

a:visited{
color: #542817;
text-decoration: none;
font-family:"Century Gothic";
}

a:hover {
color:#542817;
text-decoration: none;
font-family:"Century Gothic";
background-color:#FFFF99;
}

a:active {
color: #542817;
text-decoration: none;
font-family:"Century Gothic";
} 

h1.maintitle {margin: 15px 0 12px; font: bold 38px "Arial Rounded MT Bold", sans-serif; color: #039; }
