
body {
	margin: 0px;
	font-family: 'Century Gothic', 'Tahoma';
	font-size: 14px;
	}

a {
	color: #000066;
	font:bold
	text-decoration: none;
}
a:hover {
	color: #D20000;
}

a img {
	border: none;
}

h1 {
	font-size: 14px;
	color: #ffae00;
	border-bottom: solid 2px #f1900e;
	text-transform: uppercase;
}

h2 {
	font-size: 13px;
	color: #ffae00;
	text-transform: uppercase;
}

.bordered {
	border: solid 1px #f90;
}


hr {
	border-top: solid 2px #ccc;
	margin: 0px;
	padding: 0px;
	width: 80%;
	float: left;
}