/* global */

body {  
    background-color: #FFFFFF;
    font: 11px Arial, Helvetica, sans-serif;	
   	color: #FFFFFF;
	margin: 0px;
}

td {
   	font: 11px Arial, Helvetica, sans-serif;	
   	color: #FFFFFF;
   	line-height: 1.5;
}

p {
    text-align: justify;    
	line-height: 1.5;
}

a:link, a:visited, a:active {
    color: #FFCC33;    font-weight: bold;
    text-decoration: underline;

}

a:hover {    color: #99CCFF;
    text-decoration: underline;
}

