a:link {
	color: #006600;
	text-decoration: none;
	font-weight: lighter;
	font-family: "Comic Sans MS", Arial, "Times New Roman";



}

a:visited {
	color: #006600;
	text-decoration: none;
	font-family: "Comic Sans MS", Arial, "Times New Roman";
	font-weight: lighter;


}

a:hover {
	text-decoration: none;
	font-weight: lighter;
	color: #009900;
	font-family: "Comic Sans MS", Arial, "Times New Roman";


}

a:active {
	color: #FF0000;
}

