body {
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.hrline {
	color: #bdbdbd;
	background-color: #bdbdbd;
	height: 1px;
	width: 95%;
	border: 0;
}
