/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #eeeeee;
    FONT-FAMILY: Arial;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration: none;
	color:	#000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	}	
		
A:visited	{	
	text-decoration: none;
	color:	#000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	}	
		
A:hover	{	
	text-decoration: underline;
	color:	#000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
	}
