a:link {
	color: #beae50;
	list-style-position: inside;
	list-style-type: disc;
}
a:visited {
	color: #beae50;
	text-decoration: none;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Insignia, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #beae50;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #beae50;
	text-decoration: underline;
}

