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

body {
	color: #ccc; 
	background-color: #000000; 
	background-image: url(Images/bkgrnd_gr2.gif);
	background-repeat: repeat;
	}


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:  Georgia, Palatino, serif;
    }


#date { 
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 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;
	}

