BODY       
	{
	FONT: 11px arial;
	background-image: url('bg.gif');
	background-position: left;
	background-repeat: repeat-y;
	background-color: #dddddd;
	COLOR: #000000;
	}

A:link, A:visited, A:active
	{
	text-decoration: none; 
	font-weight: none; 
	color: #000000;
	}

A:hover
	{
	border: none;  
	text-decoration: underline; 
	color: #000000;
	}

h1	
	{
	font: 16px arial, sans-serif, georgia;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	border-bottom: 1px dotted #000000;
	background-color: none;
}