/* CSS Document */


a{
color:#000099;
text-decoration:none;
font-weight:bold;
}

a:HOVER{
text-decoration:underline;

}

body {
	color: #E4E4E4;

}

table.words{
width:500;
padding-left: 0px;
}

tr.odd{
background-color:#CCCCCC;
}

tr.hover{
background-color:#E8E8E8;
}
td{
margin-bottom: 5px;
padding-bottom: 5px;
padding-top: 5px;
}

div.loading{
margin-top: 20px;
margin-left: 20px;
}