body { 
	background: url(/bg.jpg) 
	repeat-x fixed
	center top;	
}


a:link		{ text-decoration: none; color: #ffffff; } 
a:hover		{ text-decoration: underline; color: #0070ff; } 
a:visited	{ text-decoration: none; color: #ffffff; } 
A:visited:hover { text-decoration: underline; color: #0070ff; } 

.head_block {
	margin: 0 auto;
	padding: 3;
	width: 780px;
	border: solid 1px #000000;
	font: 16px sans-serif;
	font-weight: bold;
	background-color: #ffffff;
	color: #ffffff;
	text-align: center;
	background: url(/greenbg.jpg) 
	
}

.entry_block {
	margin: 8 auto;
	padding: 3;
	width: 780px;
	border: solid 1px #000000;
	font: 12px sans-serif;
	background-color: #ffffff;
	text-align: center;
}


.entry_subhead {
	font: 14px sans-serif
}

.option_block {
	margin: 0 auto;
	padding: 3;
	width: 250px;
	border: solid 1px #000000;
	font: 16px sans-serif;

	background-color: #ffffff;
	color: #ffffff;
	text-align: center;
	background: url(/greenbg.jpg) 
}

.smalllink		{
		font: 9px sans-serif;
		text-decoration: none;
		color: 214e51;
		}


		
.small		{
		font: 9px sans-serif;
		}