a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #000000;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: normal;
}
a:active {
	color: #ff9600;
	text-decoration: none;
	font-weight: normal;
}
.headertext {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.normaltext {
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #3d3d3d;
}
body {
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color:  #c0c0c0;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	background-color: #ffffff;
}
/* meny */
#menycontainer ul{margin: 1em; font: 12px Georgia, serif; font-colour: #ffffff; margin: 1em; padding:0.1em 0 0.1em 1em; background: #3d3d3d;}
#menycontainer li{display: inline; list-style: none;}
#menycontainer li a{text-decoration: none; padding: 0.2em 1em; margin-right: 0.5em;}
#menycontainer a:link{color: #ffffff; border-top: 1px dotted #000000; border-bottom: 1px dotted #000000;}
#menycontainer a:visited{color: #ffffff; border-top: 1px dotted #000000; border-bottom: 1px dotted #000000;}
#menycontainer a:hover{color: #ff0000; border-top: 1px dotted #ff0000; border-bottom: 1px solid #ff0000;}
#menycontainer a#current{background: #ffffff; border: 1px solid #000000; color: #3d3d3d; font-weight: normal;}