	body
	{
		margin: 0;
		padding: 0;
		font: 65% verdana, arial, hevetica, sans-serif;
		text-align: center;
		color: #000;
		background-color: #ffff01;
	}
		a:visited 
	{ 
		color: #000000; 
		border-bottom: 1px dotted black;
	}
	
	a:hover, a:active
	{
		color: #000000;
	}

	
	h2
	{
		color: ##7e7177;
		font: 90% verdana, times, "times new roman", serif;
		font-weight: bold;
		margin: 5px 0px 5px 0px;
		text-align: right;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #000;
		font: 106% verdana, times, "times new roman", serif;
		background-color: #b9daf4;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin: 9px auto;
		width: 350px;
		text-align: left;
		background-color: #000;
		border: 3px solid black;
	}
	
	#header
	{
		height: 334px;
		background-image: url(header.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		
		position: relative;
	}
	
	#contents h1
	{
		font-size: 1px;
		text-align: right;
		color: #000;
		background-color: #b9daf4;
		margin: 0;
		padding: 0;
	}
	
	
	#menu
	{
		height: 15px;
		text-align: center;
	}
	#menu a:link, a:visited
	{
		color: #ffff01;
	}
	
	#menu a:hover, a:active
	{
		color: #ffff01;
		border-bottom: 1px dotted #ffff01;
	}
	

	
	#contents { padding: 5px 5px 5px 5px;  background: url(conback.gif);}
	#contents p { line-height: 125%; }
		a:link 
	{ 
		color: #000; 
		border-bottom: 1px dotted black; 
		text-decoration: none;
	}

	#footer
	{
		clear: both;
		height: 30px;
		color: #ffff01;
		text-align: center;
		font-size: 85%;
	}

	#footer a:link, a:visited
	{
		color: #ffff01; border-bottom: 1px dotted #ffff01; text-decoration: none;
	}
	
	#footer a:hover, a:active
	{
		color: #ffff01;
	}