a:link {
	color: green;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: green;
}

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

}

a:hover {
	color: black;
	text-decoration: underline;
}


BODY {
	scrollbar-base-color : #996699;
	scrollbar-arrow-color : #A2DC93;
	background-color: #CFBACC;

        }

	
hr {
	color: green;
}
