.bullet {
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 12px;
	padding-bottom: 12px;





}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

