body {
	background: #002D4E url(gfx/bakgrunn.gif) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	margin: 0;
	padding: 0;
}

div.content {
	width: 700px;
	margin: 15px;
	margin-top: 45px;
}

h2 { font-size: 18px; }
a { color: #002D4E; }
a:hover { color: #EC008C; }

table, td { border: 1px solid #2C5BB0; }
input, select, textarea { background: #F8F8F8; border: 1px solid #2C5BB0; font-size: 11px; }
input[type=submit], input[type=reset] { background: #2C5BB0; border: 3px solid #2C5BB0; color: #FFF; font-weight: bold; }

