/* CSS Document */

/* --- body and links --- */
body {
background: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
font-color: #000000;
}

h1 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 120%;
color: #33CC00;
background: #FFFFFF;
font-weight: bold;
}

h2 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
color: #990099;
background: #FFFFFF;
font-weight: bold;
}

h3 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 65%;
color: #000000;
background: #FFFFFF;
font-weight: bold;
}

li {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
color: #000000;
background: #FFFFFF;
li-color: #990099;
li-shape: diamond;
}



a:link {
color: #33CC00;
background: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #CC9900;
background: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #FF0000;
background: #FFFFFF;
}
/* --- --- */


/* --- links in green bar and quick links --- */
a.nav:link {
color: #FFFFFF;
background: #33CC00;
text-decoration: none;
font-weight: bold;
}

a.nav:visited {
color: #000066;
background: #33CC00;
text-decoration: none;
font-weight: bold;
}


a.nav:hover {
color: #BD2922;
background: #33CC00;
text-decoration: none;
font-weight: bold;
}
/* --- --- */


/* --- text for the yellow column --- */
.blueColText{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 75%;
padding-left: 5px;
padding-right: 5px;
background: #0099FF;
}
/* --- --- */


/* --- links in yellow bar and quick links --- */

a.yellownav:link {
color: #FFFFFF;
background: #FFE064;
text-decoration: none;
font-weight: bold;
font-size: 95%;
}

a.yellownav:visited {
color: #000066;
background: #FFE064;
text-decoration: none;
font-weight: bold;
font-size: 95%;
}


a.yellownav:hover {
color: #BD2922;
background: #FFE064;
text-decoration: none;
font-weight: bold;
font-size: 95%;
}
/* --- --- */



/* --- text in schedule tables --- */
.tabletext{
font-family: verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 65%;
padding-left: 2px;
padding-right: 2px;
}
/* --- --- */

/* --- text for the footer --- */
.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 65%;
color: #990099;
font-weight: bold;
}
/* --- --- */
