a:link {
	color: #61584C;
}
a:hover {
	color: #FF0000;
	text-decoration: none;

}
a:visited {
	color: #61584C;
}
a:active {
	color: #61584C;
}
li {
	list-style-type: disc;
	list-style-image: url(bullet_circle.jpg);
}
hr {
	color: #CCCCCC;
}
