/*
@font-face 
{
	font-family: Exoro;
	src: url(http://www.exoro.dk/design/exoro/stylesheets/NeutraText-BookAlt.otf);
}
*/

body
{
	font-family: Exoro, Verdana, Helvetica, Arial, sans-serif; /* Base font family for most elements */
	font-size: 11px; /* Base size for all elements; other size definitions relates to this */
	color: #ffffff;
	background-color: #000000;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 1200px;
}

h1 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

a, a:visited
{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	font-size: 11px;
}
