body {
   color : #000000;
   background-color: #FFFFFF; 
}
h1,h2,h3 {
   font-weight: normal;
   font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
h1 {
   font-size: 140%;
}
h2 {
     font-size: 130%;
}
h3 {
     font-size: 110%;
}
ul {
     list-style: square;
}
table {
     color: #000000;
     background-color: #FFFFFF;
}
table.big {
     color: #000000;
     background-color: #000000;
}
td.rbox {
     color: #000000;
     background-color: #C1C1C1;
}
.right {
     text-align: right;
}
.left {
     text-align: left;
}
.center {
     text-align: center;
}
.nav {
     text-decoration: none;
     font-size: 80%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
.title {
     color: #000000;
     background-color: #FFFFFF;
     font-weight: bold;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
.subtitle {
     color: #000000;
     background-color: #FF9900;
     font-weight: normal;
     text-decoration: none;
     font-size: 80%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
.small {
     color: #000000;
     font-size: 60%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}

.medium {
     color: #000000;
     font-size: 80%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
footer {
     color: #555555;
     font-size: 60%;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
     text-align: center;
}
a {
     text-decoration: none;
}
a:hover {
     text-decoration: underline;

}

em { 
     color: red; 
}
