/* body attributes */
body {
	margin: 15px;
	font-family: verdana, arial, sans-serif;
	color: #4B4B4B;
	background: #fff;
}

a:link {color: #00247E;}
a:visited {color: #8C3838;}
a:hover {color: #cc0000;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #4B4B4B;
}

/* skriftstoerrelse */
.navibar, .menu, .amenu, h3, .year, .ayear, .navi {
	font-size: 74%
}

h4, p, .p, th, ul, ol, .umenu, .aumenu, #footer, #bc, .bodyfunc, .date, table.tf td, dl, #persondata {
	font-size: 71%;
}
img {
	border: none;
}
/* headers */
h1 {
	color: #4D4D4D;
	font-size: 105%;
	font-weight: normal;
}

h2 {
	color: #6E8798;
	font-size: 87.5%;
}

h2 a.invlink:link, h2 a.invlink:visited {
	color: #6E8798;
}

h3 {
	color: #303030;
	font-size: 74%;
}

h4 {
	font-size: 74%;
}

th {
	background-color: #efefef;
	color: #000000;
	text-align: left;
}

tr.acenter th {
	text-align: center;
}

/* lists */
ol li, ul li ol li {
	list-style: decimal;
}

ul li {
	list-style: disc;
}

ol li ol li {
	list-style: lower-alpha;
}

ol li ul li, ul li ul li {
	list-style: square;
}

ol ul, ul ol, ol ol, ul ul {
	font-size: 1em;
}

/* PRINT */
.removefromprint {
	display: none;
}

/* Navi bar fix sizes */

.navi { font-size: 0.71em; }
.navi .year
{
	font-size: 1em;
	font-weight: normal;
}

