a:link {
	color: #000099;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	border-bottom-style: none;
	border-top-style: none;


}
a:visited {
	color: #000099;
	text-decoration: none;

}
a:hover {
	color: #FFFF66;
	text-decoration: underline;

}
a:active {
	color: #000099;
	text-decoration: underline;
}
