A:link, A:visited    {
	font-family : Arial, Georgia; 
	color : #000000; 
	text-decoration : underline;
	border-bottom: 0px dotted #A8DCC8; 
	font-weight : normal;
}

A:hover   {
	font-family : Arial, Georgia; 
	color : #FFCC33; 
	text-decoration : underline;
	border-bottom: 0px solid #A8DCC8; 
	font-weight : normal;
}

body {
	font-family: Arial, Georgia;
	font-size: 14px;
	color: #000000;
	margin-right: 50;
	margin-left: 50;
	background-repeat: repeat-y;
}

H1 {
	font-family: Arial, Georgia;
	font-size: 20px;
	color: #000000;
}


