/* huvudregel för sidan */

body {
background: "#333333";
font-family: "Comic Sans MS", Arial, Helevetica, sans-serif;
font-size: 12pt;
color: black;
text-decoration:none;
font-weight:normal;
}

/* rubrikerna */

h1 { font: 22pt; color: black; font-weight: normal }
h2 { font: 18pt; color: black }
h3 { font: 16pt; color: black }
h4 { font: 14pt; color: black }

/* länkar i texten*/

a:link {color: blue; text-decoration: none; font-weight:normal;}
a:visited {color: brown; text-decoration: none; font-weight:normal;}
a:hover {color: orange; text-decoration: none; font-weight:normal;}
a:active {color: red; text-decoration: underline; font-weight:normal;}

/* länkar i tabellen*/

.links {
font-size: 10pt; 
float: left; 
text-indent: 20px;
}


/* texten i den stora cellen */

.textbody {
font-family: "Comic Sans MS", Arial, Helevetica, sans-serif;
font-size: 12pt;
color: black;
text-decoration: none;
font-weight: normal;
float: left;
padding: 15px;
width: 770px;
background: white;
}
/* fotnoten också möjlig plats för extra nyckelord */

.footer {
font-family: "Comic Sans MS", Arial, Helevetica, sans-serif;
font-size: 9px;
color: gray;
padding: 20px;
}