/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Trebuchet MS;
    FONT-SIZE: 2;
    text-decoration:	none;
    COLOUR:	#808080;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal; color:#808080
    
}

		
A:link	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#808080;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	none;
	}
			
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}