.dnb {
	font-size: 10px;
	background-color: #000000;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 200px;
	margin-right: 400px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0283FE;
}
a {
	font-size: 16px;
	color: #FE0000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #FE0000;
}
a:hover {
	text-decoration: none;
	color: #0282FD;
}
a:active {
	text-decoration: none;
	color: #FE0000;
}

