BODY {
   font-family: verdana,arial,helvetica,sans-serif;
   background-color: #FFFFFF;
   color: #000000;
   font-size: 14px;
   margin-top: 0px;
}

html {
   color: black;
}

a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: blue; background: yellow; }
a:active { color: red; text-decoration: none; }

input:focus { background: rgb(255,220,150); }
textarea:focus { background: rgb(255,220,150); }
.bigbutton { font-size: 1.5em; color: blue; font-family: cursive;}

.normal { font-size: 14px; color: black; font-family: serif; }

td.s,th.s {
   font-family: verdana, arial, sans-serif;
   background: transparent;
   font-size: 10px;
}

.i10 {
   font-family: verdana, arial, sans-serif;
   background: transparent;
   font-size: 10px;
}

.i12 {
   font-family: verdana, arial, sans-serif;
   background: transparent;
   font-size: 12px;
}

.i14 {
   font-family: verdana, arial, sans-serif;
   font-size: 14px;
}

.rating {
   font-family: verdana, arial, sans-serif;
   font-weight: bold;
   background: #5555FF;
   color: white;
   border: 1px solid black;
   font-size: 14px;
}


.rating_selected {
   font-family: verdana, arial, sans-serif;
   font-weight: bold;
   background: orange;
   color: blue;
   border: 1px solid black;
   font-size: 14px;
}


.cand {
   font-family: verdana, arial, sans-serif;
   font-weight: bold;
   background: #9999FF;
   color: black;
   border: 1px solid #DEDEDE;
   font-size: 14;
}

