a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #00FF00;
	font-weight: bold;
}
a:visited (color:yellow}
.list {
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: circle;
}
