/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	/*font-size: 1.0em;*/
	text-transform: none;
	/*font-family:Verdana,  Arial, sans-serif;*/
	letter-spacing: normal;
	background-color: #990000;
	color: White;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT, LEGEND
{
    COLOR:pink;
	font-family: Charcoal, Verdana, Arial, Helvetica, sans-serif;
}
H1	{	
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2
{
	font-weight: 700;
	font-size: 1.75em;
	text-transform: none;
	font-style: normal;
	letter-spacing: normal;
	font-variant: small-caps;
	text-decoration: none;
}	
		
H3
{
	margin-top: 12px;
	font-weight: 500;
	font-size: 1.58em;
	margin-bottom: 4px;
	text-transform: none;
	font-style: normal;
	letter-spacing: normal;
	font-variant: small-caps;
	text-decoration: none;
}	
		
H4
{
	margin-top: 10px;
	font-weight: 500;
	font-size: 1.23em;
	margin-bottom: 4px;
	text-transform: none;
	letter-spacing: normal;
	text-decoration: none;
}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
A:link	{	
	text-decoration:	none;
	color: #FF33FF;
	}	
		
A:visited
{
	color:#FF33FF;
	text-decoration: none;
}	
		
A:active	{	
	text-decoration:	none;
	color: #aaffaa;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: White;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

