* {
	margin: 0;
	padding: 0;
}

html, body {
}

@font-face {
    font-family: 'Berlin Sans FB';
    src: url('fonts/BRLNSR0.eot');
    src: url('fonts/BRLNSR0.eot?#iefix') format('embedded-opentype'),
         url('fonts/BRLNSR0.woff2') format('woff2'),
         url('fonts/BRLNSR0.woff') format('woff'),
         url('fonts/BRLNSR0.ttf')  format('truetype'),
         url('fonts/BRLNSR0.svg#Berlin Sans FB') format('svg');
}

a {
	text-decoration: underline;
	color: #0099cc;
}

a:hover 
	{
	text-decoration: none;
	color: #006699;
}
a:link, a:visited {
	text-decoration: none;
}

#centerdiv {
	width:500px;
	left:50%;
	margin: 30px auto;
}

