html, body, h1, h2, h3, h4, div, p, b, ul, li, input, th, td {font-family: Arial, Helvetica, sans-serif;
                                           /*   border: 1px;
    border-style: solid;*/
    }
    
a:link {color: #0033ff;
        text-decoration: underline;
/*        background-color : #ffffff;
  */     }

a:visited {color: #663399;
           text-decoration: underline;
/*           background-color : #ffffff;
  */        }

a:hover {text-decoration: none;
         color: #000099;
/*         background-color: #CCCCCC;
  */      }

a:active {text-decoration: underline;
          color: #cc0000;
         }

h1 {font-family: Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    color: #000099;
    margin: 2px 0px 0.4em 0px;
    }

h2 {font-size: 1.3em;
    color: #000099;
    margin: 2px 0px 0.3em 0px;
    }

h3 {font-size: 1.15em;
    color: #000000;
    }

h4 {font-size: 0.8em;
    color: #000000;
    }

p {font-size: 0.8em;
   margin: 2px 0px 0.6em 0px;
  }

li {font-size: 0.8em;
   }

b {font-weight: bold;
  }

td {font-size: 0.85em;
   }

caption {font-size: 1.2em;
         font-weight: bold;
        }

.mainbody {margin: 12px 0px 0px 1px;
           padding: 3px 7px 0px 0px;
           text-align: left;
           background-color : #ffffff;
           background-image: url(bilder/filler2.gif);
           background-repeat: repeat-y;
          }
          
#signature {font-family: "Bradley Hand ITC", "Brush Script MT", "Harlow Solid Italic", Arial, Helvetica, sans-serif;
           font-size: 1.5em;
           text-align: right;
           margin-right: 50px;
           }
           
#aktuellt {font-family: Helvetica, Arial, sans-serif;
           font-size: 1.2em;
           color: red;
           margin: 2px 0px 0.4em 0px;
           }

#datum {padding: 40px 0px 0px 0px;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 0.8em;
        clear: left;}

#mentor {font-size: 1.2em;
        }

#mentorbeskrivning {font-family: Helvetica, sans-serif, Arial;
                   }



.headrow {background:#0d0;
}
    
.evenrow a {background:#eee;
}
    
.evenrow {background:#eee;
}
    
.oddrow a {background:#bff;
}
    
.oddrow {background:#bff;
}
    
a img { color: #fff; }                  /* hide the border in Netscape 4 */
@media all {                            /* hide from Netscape 4 */
            a img { color: inherit;     /* undo the rule above */
                    border: none;       /* hide from Netscape 4 */
                  }
           }
   
