a:link {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;


}
a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
li {
	list-style-position: outside;
	list-style-image: url(images/greendot.jpg);
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;

}
