/* $Id: smultron2.css,v 1.3 2006/03/29 13:08:32 httpd Exp $ */

/* ---------------- common ----------------*/

a:link {
  color:                #0000cd;
  text-decoration:      none;
}

a:hover {
  color:                #8fbc8f;
}

a:visited {
  color:                #1e90ff;
  text-decoration:      none;
}

ul.default {
   color:               #006400;
   margin-left:         5em;
}

ul.indented {
   margin-left:         5em;
   color:               #006400;
}

li.default {
   padding-top:         5px;
}

h3 {
   color:               #006400;
   text-align:          left;
   margin-left:         2em;
   font-weight:         bold;
}


/* ------------- main page ------------- */

p.text { 
   color:               #006400;
   margin-left:         5em;
   margin-right:        5em;
   line-height:         150%;
}

p.centered_text { 
   color:               #006400;
   text-align:          center;
   margin-left:         5em;
   margin-right:        5em;
}

h1.text { 
   color:               #006400;
   padding-left:        5em;
   padding-right:       5em;
}

h1.text:first-letter { 
   font-size:           150%; 
   font-weight:         bold; 
}

h3.dagbok { 
   color:               #006400;
}


/* the logo on the main page */
img.vi {
  border:        solid 2px #006400;
}
