/* CSS Document */

A:link    { color: #CE0031; text-decoration: none; }    /* unvisited links */
A:visited { color: #CE0031; text-decoration: none; }    /* visited links   */
A:hover   { color: #CE0031; text-decoration: underline} 	/* user hovers     */
A:active  { color:#630063; }  	/* active links    */

BODY, TD, .inputform { 
	line-height: 125%;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	color: #000000;
	text-decoration: none;
}

H1 {
	line-height: 125%; 
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial;
	color: #000000;
	text-decoration: none;
 }

H2 {
	line-height: 125%; 
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial;
	color: #000000;
	text-decoration: none; 
}

H3 {
	line-height: 125%; 
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial;
	color: #333333;
	text-decoration: none; 
}

.venstremenu {
	line-height: 125%; 
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial;
	color: #333333;
	text-decoration: none;	
}

.hojremenu {
	line-height: 125%; 
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial;
	color: #333333;
	text-decoration: none;	
}