body { 
	background-color: #feffd7; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #006600;
	}
	
a { color: #006600; }

a:hover { background-color: white;
		color: ##996633; }
	
a:link	{ color: #006600; }

a:visited { color: #800080; } 

a:active { color: #996633; }

p { 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #006600; 
}

p.1 {text-align: center; }

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 { font-size:24px; 
	color: #006600; }

h2 { font-size:18px; 
	color: #006600; }

h3 { font-size:14px; 
	color: #006600;}

table {
	table-border-size: 1; 
	table-border-color: #996633; 
	}
	
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	list-style-type: square;	
	list-style-position: outside; 
	text-align: left; 
	}
