body {
    font-family: sans-serif;
    font-size: 90%;
}

#slogan, #menu  {
    font-family: Trebuchet MS, sans-serif;
}

#content h1, #content h2, #content h3, div.box h2 {
    font-family: Tahoma, sans-serif;
}

/* font sizes relative to 14pt: 
   12pt 85%;
   24pt 170%;
   40pt 285%;
   20pt 140%;*/
   
h1 {
    font-size: 285%;
}
   
#slogan, h2 {
    font-size: 140%;
}

div.box h2 {
    font-size: 170%;
}

div.box p, #menu, #footer {
    font-size: 85%;
}

#slogan {
    font-style: italic;
    font-weight: bold;
}

h1, h2, h3 {
    font-weight: normal;
}

div.box p {
    font-weight: bold;
}

#menu {
    font-weight: bold;
    line-height: 2.5em;
}

#menu a {
    text-decoration: none;
}



