/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #dfddc8;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE:13;
    FONT-WEIGHT: normal;
    margin-left: 0;
    margin-top:0;
}
		
A:hover	{	
	text-decoration:	none;
	color:	#666666;
; font-size: 11px
	}a {  color: #003300; text-decoration: none; font-weight: bold; font-size: 11px}
