@charset "utf-8";
/* CSS Document */

BODY {color: black; background: white;font: 16pt Georgia, "Times New Roman", Times, serif;}
A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;
   border-bottom: 1px solid gray;}
DIV.adbanner {display: none;}

#main
{
	width:600px;	
}
#logo {
	font:40px georgia;
	font-weight:bolder;
	color: black;
	line-height:46px;
	letter-spacing:.2em;
	padding-left: 10px;
	background-color:white;
	}

#tagline {
	font:16px georgia;
	font-style:italic;
	font-weight:bold;
	color: black;
	line-height:22px;
	letter-spacing:.4em;
	padding-left: 10px;
	background-color:white;

	}

#navigation a {
	display: none; 
	}
#dateformat a {
	display: none;
	}
	
	.left
{
	float:left;
	padding:5px;
}
.right
{
	float:right;
	padding:5px;
}