body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../bakgrunn/bg-sabrina.gif);
	background-repeat: repeat-y;
	margin-right: 1em;
}
p {  
	line-height: 1.5em;
}
.borders { background-color: #FFFFFF; border-left-color: #0066FF; border-left-style: solid; border-left-width: thin}
.sidemeny {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00CC00;
	background-attachment: fixed;
	background-color: #000000;
	text-align: left;
	padding: 3px;
	width: 123px;
	display: block;
}
.innhald {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 3px;
	margin-left: 165px;

}
.sidemeny a:link {
	color: #00CC00;
	text-decoration: none;
	display: block;
}
.sidemeny a:visited {
	color: #00CC00;
	text-decoration: none;
	display: block;
}
.sidemeny a:active {
	color: #FFFF00;
	text-decoration: none;
	display: block;
}
.sidemeny a:hover {
	color: #00CC00;
	text-decoration: none;
	background-color: #FF0000;
	width: 100%;
	display: block;
}
.sidebar {
	float: left;
	width: 155px;
	position: fixed;
}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	color: #CC00CC;
}
a:active {
	color: #FFFF00;
}
a:hover {
	color: #FF0000;
}

