body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #F7F7F7;
}
h1 {
	font-family: "News Gothic", Tahoma, helvetica, sans-serif;
	color: #C5060B;
	font-weight: bold;
}
.DU {
	color: #0820B7;
}
h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, serif;
}
#error {
	text-align: center;
	border: dotted #C5060B;
	margin: 0 20% 0 20%;
	padding: 10px;
	color: #0820B7;
}
#footer {
	text-align: center;
}
a:link {
	color: #C5060B;
}
a:visited {
	color: #1B2671;
}
a:hover {
	background-color: #666634;
	color: #C7B19A;
