@import url('divs.css');
@import url('news.css');
@import url('classes.css');

body
{
	margin: 0;
	padding: 0;
	background: #fff url('gfx/body_bakgrunn.jpg') center top no-repeat;
	color: #333;
	font-family: verdana, sans-serif;
	font-size: 10px;
	overflow-x: hidden;
}
h1, h2, h3, h4
{
	font-family: arial;
}

a
{
	color: #00466A;
	text-decoration: none;
}

a:hover
{
	color: #c00;
}

