/* 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: 75%;
font-color: #000000;
}

h1 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 120%;
color: #8E6068;
background: #FFFFFF;
font-weight: bold;
}

h2 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
color: #245731;
background: #FFFFFF;
font-weight: bold;
}

h3 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
color: #4F7659;
background: #FFFFFF;
font-weight: bold;
}

li {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
color: #000000;
background: #FFFFFF;
li-color: #8E6068;
li-shape: circle;
}



a:link {
color: #55c171;
background: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #fad5ed;
background: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #931c48;
background: #FFFFFF;
}
/* --- --- */


/* --- links in pink bar and quick links --- */
a.nav:link {
color: #4F3B3F;
background: #F2DCE0;
text-decoration: none;
font-weight: bold;
}

a.nav:visited {
color: #756063;
background: #F2DCE0;
text-decoration: none;
font-weight: bold;
}


a.nav:hover {
color: #A05480;
background: #F2DCE0;
text-decoration: none;
font-weight: bold;
}
/* --- --- */


/* --- text for the pink column --- */
.pinkColText{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #4F7659;
font-weight: bold;
font-size: 90%;
padding-left: 5px;
padding-right: 5px;
background: #F2DCE0;
}
/* --- --- */



/* --- text for address --- */
.addresstext{
font-family: verdana, Arial, Helvetica, sans-serif;
color: #245731;
font-size: 85%;
font-weight: bold;
padding-left: 2px;
padding-right: 2px;
background: #F2DCE0;
}
/* --- --- */

/* --- text in schedule tables --- */
.tabletext{
font-family: verdana, Arial, Helvetica, sans-serif;
color: #245731;
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: #245731;
font-weight: bold;
background: #F2DCE0;
}
/* --- --- */


/* --- table properties ---- */

.table {
border: 1;
border-color: #245731;
background: #F2DCE0;
cellpad: 3;
cellspace: 3;
/* ---- --- */
