body,table,h4,h5,h6{
font-family: Verdana; 
font-size: 10px; 
color: #000033;
background-image:url('../images/bakgrund.jpg');
background-repeat: repeat;
/*background-color:#e8e8e8;*/
SCROLLBAR-FACE-COLOR: #bce1f9;
SCROLLBAR-ARROW-COLOR: black;
text-align:left;
}
h4{
font-size: 1.5em; 
}
h5{
font-size: 1.3em; 
}
h6{
font-size: 1em; 
}

A:link {
	text-decoration: none;
	color: #330099;
}
A:visited {
	text-decoration: none;
	color: #330099;
}
A:active {
text-decoration: none; 
color: red;}
A:hover {
text-decoration: underline; 
color: red;}
