/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	color: #000000;
	font-family: Arial;
	text-decoration: underline;
	}	
		
A:visited	{	
	color: #000000;
	font-family: Arial;
	text-decoration: underline;
	}	
		
A:active	{	
	color: #000000;
	font-family: Arial;
	text-decoration: underline;
	}	
		
A:hover
{
	color: #0000FF;
	font-family: Arial;
	text-decoration: underline;
}
