/*********************
*   General Styles   *
*********************/

/* Prevents IE from showing microscopic text sizes */
html {
  font-size: 100%;
}

body {

	background-image : url('../images/bakgrunn.jpg');
	background-color : #9CC5D2;
	font-family : 'Comic Sans MS', Verdana, Arial, Helvetica, sans-serif;
	color : #000080;
	font-size : 10pt;
	font-style : normal;
	font-weight : 800;
	text-decoration : none;
	margin-top:0;
	margin-left:0;
}

a {
  color: #000080;
  text-decoration: none;
}

A:visited {
	COLOR: #000080;
}
A:hover {
	COLOR: #FF0000;
}
A:active {
	COLOR: #000080;
}


table {
  border-collapse: collapse;
  background: #DAD8F4;
}


input, textarea {
  padding: 3px 5px;
  background: #ffffff;
  font: .8em Verdana, Geneva, sans-serif;
  color: #000000;
}

