body       { 
	background-color : #CCC;
	color : #000;
	font-family : Verdana, sans-serif; 
	font-size : 10px;
	background-image : url(../bilder/sidan/bakgrund.gif);
	}
A:link {
    text-decoration : none; 
    color : #000000;
	background-color : #FFFFFF;
} 
A:visited {
    text-decoration : none; 
    color : #000000;
	background-color : #FFFFFF;
} 
A:active {
    text-decoration : none;
    color : #000000;
	background-color : #FFFFFF;
} 
A:hover {
    text-decoration : underline overline;
    color : #000000; 
	background-color : #E6E6E6;
}
p {
	font-family : Verdana, sans-serif; 
	font-size : 10px;
    text-align : justify;
    color : #000000;
	background-color : #FFFFFF; 
}
h2 {
	font-family : Verdana, sans-serif; 
	font-size : 12px;
    color : #000000;
	background-color : #FFFFFF;
}
h2.stora {
	font-family : Verdana, sans-serif; 
	font-size : 12px;
	text-transform : uppercase;
    color : #000000;
	background-color : #FFFFFF;
}
h3 {
	font-family : Verdana, sans-serif; 
	font-size : 10px;
    color : #000000;
	background-color : #FFFFFF;
}
h3.stora {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	text-transform : uppercase;
    color : #000000;
	background-color : #FFFFFF;
}
strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
.normal {
	text-transform : none;
	text-align : left;
}
.center {
	text-align : center;
}
.fet {
	font-weight : bold;
}
.snett {
	font-style : italic;
}
.kommentar {
	font-style : italic;
	font-weight : bold;
}
.grey {
	color : #808080;
	background-color : #FFFFFF;
}
.datum {
	color : #808080;
	background-color : #FFFFFF;
}
.aktion {
	color : #FF0000;
	background-color : #FFFFFF;
	font-weight : bold;
}
.felbeskrivning {
	font-size : 1.5em;
    color : #669;
	background-color : #FFF;
}