a:link {
	color: green;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;


}


a:visited {
	text-decoration: none;
	color: green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;


}

a:active {
	color: red;
	text-decoration: none;

}

a:hover {
	color: black;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;

}



BODY {
	scrollbar-base-color : #667F4D;
	scrollbar-arrow-color : #93CED2;
	background-color: #93CED2;

        }

	
hr {
	color: gray;
}
