/* eksterne style sheet */
BODY {
	font-family : Verdana,  Arial, Sans-Serif;
	text-decoration : none ;
	background-color : #E6D9AE;
	font-weight : bold;
	font-size : 12px;
	margin-top : 10px;
	margin-left  : 10px;
	text-align : left;
	}
A:link { 
	color : #000000;
	text-decoration : none }
A:visited  {
	color : darkbrown;
	text-decoration : none }
A:hover {
	color : #CC0033;
	font-style : bold;
	text-decoration : none }
A:active {
	color : #CC0033;
	text-decoration : none }
</Style>