body {
   font-family: Georgia, Times, serif;
   font-size: 13pt;
   color: #000000;
   background-color: #ffffff;
}

body.princ {
    text-align: justify
}

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

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

a:hover {
   color: #ffff00;
   background-color: #cc0066;
   text-decoration: none;
}

a:active {
   color: #ffffff;
   background-color: #cc0066;
   text-decoration: none
}

a.menuitem {
   display: block;
}

h1 {
   font-family: Georgia, Times, serif;
   font-size: 16pt;
   font-weight: bold;
   color: #cc0066;
}

h2 {
   font-family: Georgia, Times, serif;
   font-size: 14pt;
   font-weight: bold;
   color: #ffffff;
   background: #cc0066;
}

h3 {
   font-family: Georgia, Times, serif;
   font-size: 14pt;
   font-weight: bold;
   color: #cc0066;
}

h4 {
   font-family: Georgia, Times, serif;
   font-size: 13pt;
   font-weight: bold;
   color: #cc0066;
}

pre {
   color: #ffffff;
   background: #000000;
}

hr {
   border-color: #cc0066;
   border-width: 2px;
   height: 0;
   border-style: solid;
}

p.legal {
   font-size: 8pt;
   color: #aaaaaa;
}

table, th, td {
   border-width: 1pt;
   border-style: solid;
   border-color: #cc0066;
   border-collapse: collapse;
}

