body
    {
    margin:0px;
    font-family: trebuchet,"trebuchet ms", Futura, Arial, sans-serif;
    font-size:9px;
	color:#333333;
    }
a 
    {
	color:#59554E;
    }
a:hover 
    {
    color:#DE564B;
	text-decoration: none;
    }
.white 
    {
	color:white;
    }
.white:hover 
    {
	color: #FCA000;
    text-decoration: underline;
    }
table
    {
    border:1px solid #BBB;
    border-spacing: 2px;
    width:100%;
    font-size:9px;
    }
table td
    {
    border:1px solid #CCC;
    padding:4px;
    }
ul 
    {
    margin-left: 10px;
    padding-left: 10px;
    list-style: none;
    }
textarea
    {
    padding:3px;
    }
sup
    {
	margin:0px;
	padding:0px;
    }
.spellchecker 
    {
    display:none;
    }
.highlight 
    {
    background-color: yellow;
    }