body{
	background-color: #DDFFDD;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}


a:link
{
	color: #AAAA44;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	
}

a:visited {
	color: #AA2222;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a:active{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

a:link:hover{
	color: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;}

h1 {
	background-color: #338833;
	color: #FFFF33;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-width:2px;
	border-style:dashed;
  	border-color:#DDDD44;
	text-align: center;
}

