/* CSS Document */


a{
color:#000099;
text-decoration:none;
font-weight:bold;
}

a:HOVER{
text-decoration:underline;

}



table.words{
width:100%;
padding-left: 0px;
padding-bottom: 5px;
}

tr.odd{
background-color:#CCCCCC;
}

tr.hover{
background-color:#E8E8E8;
}

div.loading{
margin-top: 20px;
margin-left: 20px;
}

a.navigation{

}

span.navigation{

}

span.hilite{
color:#000;
background-color:#FF7575
}