* {
	margin: 0px;
	padding: 0px;
}
Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
}
A {
	text-decoration: underline;
	color: #000652;
	font-weight: bold;
}
A:Hover {
	text-decoration: none;
}
hr{
	height: 1px;
	color: #000652;
}
.bold{
	font-weight: bold;
}