<!-- Bakgrundsfärg -->
body {background-color: #FFFFFF;}

<!-- Textfärg -->
body {font-family: Verdana; color: #110000}

<!-- Rullningslister, färg -->
body {
scrollbar-face-color: #e6e6e6;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-3dlight-color: #cccccc;
scrollbar-arrow-color: #333333;
scrollbar-track-color: #ffffff;
scrollbar-darkshadow-color: #cccccc;
}

<!-- Rubriker -->
h1 { font-family: Verdana; font-size: 24px}
h2 { font-family: Verdana; font-size: 14px}
h3 { font-family: Verdana; font-size: 12px} 

<!-- Teckensnitt -->
body {font-family: Verdana; font-size: 12px;}
p {font-family: Verdana; font-size: 12px;}
td {font-family: Verdana; font-size: 12px;}
li {font-family: Verdana; font-size: 12px;}
.citat {font-family: Georgia; font-size: 12px;}

<!-- Länkar -->
a:link { text-decoration: none; color: #110000}
a:visited { text-decoration: none; color: #110000}
a:active { text-decoration: none; color: #110000}
a:hover { text-decoration: underline; color: #110088}

/* CSS menymall */


#meny {
width: 100px;
  margin: 0;
	 padding: 0;
  list-style-type: none;
  font: 70% Verdana, Helvetica, sans-serif;
	letter-spacing: 0.1em;}

#meny li{margin-bottom: 4px;}

#meny a{
display: block;
	width: auto;
 height: 14px; 
  background: transparent url(toning.gif);
  padding: 0.25em;
  text-decoration: none;
  border: 1px solid #666666;
}

#meny a:link{color: #333333;}

#meny a:visited{color: #333333;}

#meny a:hover{background: transparent url(toning_over.gif); background-repeat: repeat-x;}

/*  #meny a#current{background: #DDDDDD; color: #000000;}
   */

<!-- Kantlinjer -->
.kantlinje {border: 1px solid #003366}

/* Sidmarginaler */
body {topmargin:0px; leftmargin:0px; marginwidth:0px; marginheight:0px}

<!-- Radavstånd -->
.linespace {line-height: 20px}

/* Styckeavstånd */
/* .pspace {paragraph-spacing: 40px} */
