/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #534741;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
    COLOR: #534741;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}


A:link	{	
	text-decoration:	none;
	color:	#684120;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#684120;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#684120;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#a8c2cd;
	}