/* base style CSS for parsonsnet.com/batworks.com */

body {
 	background-color: #333;
	color: #ccc;
	}

body div, body p, body th, body td, body li, body dd, body dl, body dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    }

a:link {
	color: #09c; 
	background-color: transparent;
	text-decoration: none;
	}

a:visited {
	color: #6cc;
	background-color: transparent;
	text-decoration: none;
	}

a:active {
	color: #000;
	background-color: #fc0;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	background-color: #f00;
	text-decoration: none;
	}

#logo {
	visibility: visible;
	text-align: center;
	display: block;
	margin: 5px;
	padding-top: 10px;
	} 

#date { 
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #f60; 
	background-color: transparent;
	}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #99c;
	background-color: transparent;
	}

.menu h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	background-color: #c00; 
	padding: 0px 0px 0px 4px;
	}

.quote {
	font-style: italic; 
	padding: 0px 12px 0px 12px;
	}

.spacer {
	clear: both;
	}

