a:link.prevnext {color: red; font-size: 12px; text-decoration:underline}
a:visited.prevnext {color: red; font-size: 12px; text-decoration:underline}
a:hover.prevnext {color: blue; font-size: 12px; text-decoration:underline}
a:active.prevnext {color: red; font-size: 12px; text-decoration:underline}

a:link.day {color: black; font-size: 18px; text-decoration:underline}
a:visited.day {color: black; font-size: 18px; text-decoration:underline}
a:hover.day {color: red; font-size: 18px; text-decoration:underline}
a:active.day {color: black; font-size: 18px; text-decoration:underline}

a:link.event {color: blue; font-size: 12px; text-decoration:underline}
a:visited.event {color: blue; font-size: 12px; text-decoration:underline}
a:hover.event {color: red; font-size: 12px; text-decoration:underline}
a:active.event {color: blue; font-size: 12px; text-decoration:underline}

a:link.admin {color: blue; font-size: 12px; text-decoration:underline}
a:visited.admin {color: blue; font-size: 12px; text-decoration:underline}
a:hover.admin {color: red; font-size: 12px; text-decoration:underline}
a:active.admin {color: blue; font-size: 12px; text-decoration:underline}

table.cal {
background-color: lightblue;
height: 600px;
border-style: none;
border-width: 3px;
width: 90%;
font-family: sans-serif
}

caption.cal {
color: black;
font-size: 28px
}

thead.cal {
color:white;
background-color: darkblue;
font-size: 18px;
text-align: center
}

td.cal {
background-color: white;
text-align: left;
vertical-align: top
}

tfoot.cal {
color:black;
background-color: lightblue;
font-size: 14px;
text-align: left
}

ul.cal {
margin: 0px;
list-style-position: inside
}

.cal-admin-link {
color: #ffffff;
font-family: Tahoma, Verdana, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}