body {
    font-family: Helvetica, Arial;
}

h1 {
     color: darkred;
     font-family: Helvetica, Arial;
     font-size: 20pt;
   }   

h2 {
     color: darkblue;
     font-family: Helvetica, Arial;
     font-size: 16pt;
   }

strong.news {
     vertical-align:top;
     color: black;
     font-family: Helvetica, Arial;
     text-indent:2mm;
     font-size: 16pt;
     font-weight: normal;
   }

h4.news {
     color: green;
     font-family: Helvetica, Arial;
     font-size: 14pt;
   }

em {
     color: darkblue;
     font-style: normal;
   }
   
em.date {
     color: red;
     font-family: Helvetica, Arial;
     font-weight: normal;
     font-style: normal;
   }

.textit {
     color: darkgreen;
     font-weight: normal;
     font-style:italic;
}

div.menueBar {
    background-color: midnightblue;
    color: white;
    font-size: large;
    padding-left: 0.25cm;
}

a.menuBar {
    color: white;
    text-decoration: none;
}


div.menuNav {
    background-color: lavender;
}

a.menuNav {
    color: darkblue;
}

span.menuNavInfo {
    margin-left: 0.2cm;
    font-weight: bold;
}

div.intro {
    background-color: lavender;
    min-height: 5.25cm;
}

div.vcard {
    padding-top: 0.25cm;
    margin-left: 4cm;
}

span.name {
    font-size: x-large; 
}

img.photo {
    margin: 0.25cm;
    margin-right: 2cm;
    border-style: none;
    float: left;
}

