		body {
			color:  #222222 ;
			background-color:  #888888; 
		}

		<!-- good body background colors #555555 #888888 #D2B48C  -->

		hr {color:  #dadace; }

		td {
			font-size: small ;
			font-family: trebuchet, tahoma, verdana, georgia ;
			color:  #222222; }

		div.sep {
			margin-bottom: 5px; 
			border-color=#ffffff;}

		div.title {
			color:  #222222 ; 
			background-color:  #dadace; 
			border-style: solid;
			border-top-width: 2px;
			border-left-width: 2px;
			border-bottom-width: 2px;
			border-right-width: 2px; 
			border-color: #541422; 
			margin-bottom: 0px; 
			margin-top: 0px; 
			margin-left: 5%; 
			margin-right: 5%}

		div.outer {
			font-size: small ; 
			background-color:  #dadace; 
			border-style: solid;
			border-top-width: 2px;
			border-left-width: 2px;
			border-bottom-width: 2px;
			border-right-width: 2px; 
			border-color: #dadace; 
			margin-bottom: 0px; 
			margin-top: 0px
		}
		div.inner {
			font-size: small; 
			color:  black ; 
			background-color:  white; 
			border-style: solid;
			border-top-width: 2px;
			border-left-width: 2px;
			border-bottom-width: 2px;
			border-right-width: 2px; 
			border-color: #dadace; 
			margin-bottom: 0px; 
			margin-top: 0px; 

		}

		div.navouter {
			font-size: small; 
			color: white; 
			background-color:  #541422; 
			border-style: solid;
			border-top-width: 2px;
			border-left-width: 2px;
			border-bottom-width: 2px;
			border-right-width: 2px; 
			border-color: #dadace; 
			margin-bottom: 0px; 
			margin-top: 0px
		}
		div.navinner {
			color:  black; 
			background-color:  #eeeeee; 
			border-style: solid;
			border-top-width: 2px;
			border-left-width: 2px;
			border-bottom-width: 2px;
			border-right-width: 2px; 
			border-color: #dadace; 
			margin-bottom: 0px; 
			margin-top: 0px; 

		}
		div.textbody {
			color: #222222 ; 
			margin-left: 20px ;
			margin-right:  20px ; 
		}


		div.announce {
			background-color:  #541422 ; 
			text-color: white ; 
			border-color: #541422 ;
			border-left-width: 10px ; 
			border-right-width: 10px ; 
		}

		div.ann-inner {

			background-color:  white ;
			border-color:  #541422; 
			border-style: solid ;
			border-top-width: 4px;
			border-left-width: 4px;
			border-bottom-width: 4px;
			border-right-width: 4px; 
		}
			
		div.spacer {
			margin-top: 10px ; 
			margin-bottom: 0px 
		}

		a:link    { color: #0000b0; font-size: 12px; font-weight: bold; 
text-decoration: underline; }
		a:visited { color: #222222; font-size: 12px; font-weight: bold; 
text-decoration: underline; }
		a:active  { color: #333333; font-size: 12px; font-weight: bold; 
text-decoration: underline; }
		a:hover   { color: #999999; font-size: 12px; font-weight: bold; 
text-decoration: underline; }

		BLOCKQUOTE {
				font-family: Geneva, Arial, Helvetica, sans-serif; 
				font-weight: normal; 
				font-size: small; 
				color: #333333 ; 
				border-style: groove ; 
				border-left-width:  1px ;
				border-right-width: 0px ; 
				border-bottom-width: 0px ; 
				border-top-width:  0px ; 
				border-color:  #444444;
				margin-left: 20px ; 
				padding-left: 5px ; 
		}
