body {
	background-color: #0F102F;
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
p {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 4px;
}
#ufr {
	position: relative;
	top: 20px;
	margin-left: 0px;
	text-align: center;
	padding-left: 10px;
	width: 500px;
        float:left;
}
#sites {
	position: relative;
	text-align: right;
	width: 400px;
	padding-right: 10px;
        float:left;
}
#dunc {
	position: absolute;
	top: 800px;
	z-index: 1;
	left: 5px;
	width: 800px;
	}
a:link {
	color : #107593;
	text-decoration: underline;
}
a:visited {
	color: #FCBD10;
}
a:hover {
	color: #991445;
	border-style: none;
	text-decoration: none;
	background-color: #DD901E;
}
a:active {
	text-decoration: underline;
}
hr { text-align: center; width: 90%; height: 1px; color: #990000; background-color:#990000; border: 0; margin:5px;}

