/* Default CSS Stylesheet for a new Web Application project */

BODY
  { color: white; font-weight: normal; font-size: medium; font-family: Verdana, Helvetica, sans-serif; text-transform: none; word-spacing: normal; letter-spacing: normal }


A:link	 { color: #33ccff; text-decoration: none }	
		
A:visited	 { color: white; text-decoration: none }	
		
A:active	 { color: white; text-decoration: none }	
		
A:hover	{	
	text-decoration:	underline;
	color:	#33ccff;
	}
	
INPUT
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal	
}

SPAN
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal	
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em; 
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}