body {
   color : #000000;
   background-color: #FFFFFF; 
    font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:14px;
   }
h1,h2,h3 {
   font-weight: normal;
   font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
h1 {
   font-size: 130%;
}
h2 {
     font-size: 120%;
}
h3 {
     font-size: 100%;
}
ul {
     list-style: square;
}
table {
     color: #000000;
     background-color: #FFFFFF;
}
table.big {
     color: #000000;
     background-color: #999999;
}
td.rbox {
     color: #000000;
     background-color: #FFA;
}
.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: #fff;
     background-color: #FFA;
     font-weight: bold;
     font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
}
.subtitle {
     color: #000000;
     background-color: #ccc;
     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;
	 color: #666;
}
a:hover {
	 color: #fff;
     background-color: #666;
}

