body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: #ffffff; 
   text-decoration: none;
   text-align: justify;
   background-color: #000000;
}

a:link {
   color: aqua; 
}

a:visited {
   color: blue; 
}

h1,h2,h3,h4,h5,h6 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
   color: yellow; 
}

td, th {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px; 
   color: inherit;
   text-decoration: none;
   background-color: inherit;
}

/* 
   Form displays
*/
td.form_label {
   text-align: right;
   color: #000000; 
   text-decoration: none;
   background-color: #eeeeee;
}

td.form_data {
   text-align: left;
   color: #000000; 
   text-decoration: none;
   background-color: #eeeeee;
}

a.form_data:link {
   color: blue; 
}

a.form_data:visited {
   color: maroon; 
}

/*
   Admin Stuff
*/
.admin_links {
   text-align: center;
   color: #000000; 
   text-decoration: none;
   background-color: #eeeeee;
}

a.admin_links:link {
   color: blue; 
}

a.admin_links:visited {
   color: maroon; 
}

/* 
   Calendar stuff
*/
th.cal_header {
   text-align: center;
   text-decoration: none;
   text-align: center;
   background-color: inherit;
}

td.cal_date {
   text-align: center;
   text-decoration: none;
   text-align: center;
   background-color: inherit;
}

.error_notice {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-style: italic;
   color: #CC0000;
   text-decoration: none
}

.error {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: italic;
   color: #CC0000;
   text-decoration: none
}

.title {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: yellow;
}

.big_title {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: yellow;
}


/* 
   Babbler 
*/
.babbler_title {
   font-size: 14px;
   font-weight: bold;
}

.babbler_text {
   text-align: justify;
}

.copyright {
   font-family: inherit;
   font-size: 10px; 
   color: inherit;
   font-style: italic;
   background-color: inherit;
}

.small {
   font-family: inherit;
   font-size: 10px; 
   color: inherit;
   font-style: normal;
   background-color: inherit;
}



