body {
	font-style: none;
	background-color: #ccc;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

a:link, a:visited{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

abbr {
	border: none;
}

h1 {
	text-decoration: underline;
	font-weight: 700;
	margin: 0;
	padding: 20px 0 20px 0;
	font-size: 1.1em;
}

.headerRibbon {
	background-color: #f33;
	border-bottom: 3px solid #000;
	height: 10px;
	font-size: .6em;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
	background-color: #f33;
	border-top: 3px solid #000;
	height: 10px;
}