#header 
	{
	background-color: white;
	visibility: visible;
	position: relative;
	font-family: helvetica, sans-serif; 
	font-size: 35px; 
	color:#cccccc;
	height: 35px
	}

body 
	{
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	background-color: #E5E5E5;
	margin: 0
	}

p 	{
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif; 
	margin: 5px 5px 10px 5px; 
	line-height: 160%;
	}

	
H3 {
	line-height: 100%;
	margin:0 0 5px 0; 

	}
	
H2 {
	line-height: 100%;
	margin:0 0 10px 0; 

	}

#navbar 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #333366;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 15px;
	clear: left
	}

#midsection 
	{
	background-color: white;
	margin: 0 px 10% 10px 10%;
	width: 800px;
	clear: left
	}

#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #333366;
	text-align: center;
	letter-spacing: 6px;
	height: 25px;
	clear: left
	}

a 
	{
	color: white;
	text-decoration: none
	}

a:hover 
	{
	color: #fc0;
	text-decoration: none
	}

.story	a 
		{
		color: black;
		text-decoration: none
		}

.story	a:hover 
		{
		color: #fc0;
		text-decoration: none
		}