/*
  R2 Design, 
  Style and Webdesign by Rick Bosscher, Rik Kuiper
  Mail to webmaster@R2.nl
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #F4F8FF;
	scrollbar-face-color: #F4F8FF;
	scrollbar-highlight-color: #F4F8FF;
	scrollbar-shadow-color: #FF0000;
	scrollbar-3dlight-color: #ff0000;
	scrollbar-arrow-color: #ff000000;
	scrollbar-track-color: #F4F8FF;
	scrollbar-darkshadow-color: #F4F8FF;
	margin-top : 5%;
}E
/*links*/

A:link  {
	color : #000000;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
}

/* unvisited links*/
A:visited  {
	color : #666699;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
}

/* visited links*/
A:hover  {
	text-decoration : underline;
	border-width : 2px;
	background : transparent;
	color : #000099;
}

/* active links*/
A:active  {
	color : red;
	background: transparent;
	text-decoration : none;
	font-weight : bold;
}

/*head*/
H1.head {
	font-family: Arial, Helvetica, sans-serif;
	Color: #000000;
	font-size : 30px;
}


/*Teskt*/
p.normal {  
font-family: Arial, Helvetica, sans-serif;
color: Black;
font-size : 14px;
}

/*subtekst*/
P.small { 
font-family: Arial, Helvetica, sans-serif;
color: #000000;
font-size : 10px;
}
