body {
   font-family : tahoma, sans-serif;
   font-size   : 12px;
}

p {
   font-family : tahoma, sans-serif;
   font-size   : 12px;
}

td {
   font-family : tahoma, sans-serif;
   font-size   : 12px;
}

div {
   font-family : tahoma, sans-serif;
   font-size   : 12px;
}

a {
   color : blue;
   background-color : transparent;
}

a:active {
   color : red;
   background-color : transparent;
}

code {
   font-family : courier new;
   font-size   : 11px;
   font-weight : bold;
}

#menu a {
   color : black;
   background-color : transparent;
   text-decoration : none;
}

#menu a:hover {
   color : black;
   background-color : transparent;
   text-decoration : underline;
}

#menu a:active {
   color : red;
   background-color : transparent;
   text-decoration : underline;
}

.error {
   font-family : tahoma, sans-serif;
   font-size   : 12px;
   font-weight : bold;
   color       : red;
   background-color : transparent;
}

.title {
   font-family : georgia, serif;
   font-size   : 20px;
}

.subTitle {
   font-family : tahoma, sans-serif;
   font-size   : 12px;
   font-weight : bold;
}

.footer {
   font-family : tahoma, sans-serif;
   font-size   : 10px;
}

.disabledInput {
   background-color : #dddddd;
   color : #555555;
}

.topGraph {
   font-family : georgia, serif;
   font-size   : 12px;
   color       : gray;
   background-color : transparent;
}

STRONG EM U {
   font-family : georgia, serif;
   font-size   : 20px;
   font-weight : normal;
   font-style  : normal;
   text-decoration : none;
}

STRONG U EM {
   font-family : georgia, serif;
   font-size   : 20px;
   font-weight : normal;
   font-style  : normal;
   text-decoration : none;
}

U EM STRONG {
   font-family : georgia, serif;
   font-size   : 20px;
   font-weight : normal;
   font-style  : normal;
   text-decoration : none;
}

EM U STRONG {
   font-family : georgia, serif;
   font-size   : 20px;
   font-weight : normal;
   font-style  : normal;
   text-decoration : none;
}

U STRONG EM {
   font-family : georgia, serif;
   font-size   : 20px;
   font-weight : normal;
   font-style  : normal;
   text-decoration : none;
}

EM STRONG U {
   font-family : georgia, serif;
   font-size   : 20px;
   font-weight : normal;
   font-style  : normal;
   text-decoration : none;
}