body {
background: url(../images/background.jpg) fixed top center repeat-y;
margin-top:0px;
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
color: black;
}

a {
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
color: #blue;
text-decoration: none;
} 

a:hover {
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
color: #blue;
text-decoration: underline;
} 

.topnav {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
color: #AF864A;
font-weight: normal;
padding: 2px 2px 2px 2px;
text-decoration: none;
}

.topnav:hover {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
color: #007892;
font-weight: normal;
padding: 2px 2px 2px 2px;
text-decoration: underline;
}

.leftnav {
font-family: Verdana, Arial, sans-serif;
font-size: 16px;
color: white;
font-weight: normal;
text-decoration: none;
line-height: 80%;
}

.leftnav:hover {
font-family: Verdana, Arial, sans-serif;
font-size: 16px;
color: Khaki;
font-weight: normal;
text-decoration: underline;
line-height: 80%;
}

.bottomnav {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: #007892;
font-weight: normal;
text-decoration: none;
}

.bottomnav:hover {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
color: blue;
font-weight: normal;
text-decoration: underline;
}

.smalltext {
font-size : 10px;
}

.smalltext:hover {
font-size : 10px;
}

.title {
font-size : 16px;
font-family : Verdana, Arial, sans-serif;
color : #007892;
font-weight : bold;
}

.calendarheader {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
text-decoration: none;
}

.calendartext {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
color: black;
font-weight: normal;
text-decoration: none;
}

table.calendar {
border-width: 0px;
padding: 0px;
border-spacing: 0px;
border-style: none;
border-color: black;
border-collapse: collapse;
}

table.calendar th {
border-width: 1px;
padding: 4px;
border-style: solid;
border-color: gray;
}

table.calendar td {
border-width: 1px;
padding: 6px;
border-style: solid;
border-color: gray;
}
