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

BODY
{
    BACKGROUND-COLOR: #000033;
    color: White;
    font-size:10px;
}
.TurbineDesc
{
	font-family: Arial;
	font-size:12px;
	font-weight:normal;
}
.TurbineTitle
{
	font-family: Verdana;
	font-size:18px;
	font-weight:bold;
	color: #FFFFFF;
}
.SmallFont
{
	font-family: Arial;
	font-size:9px;
	font-weight:normal;
	color:#FFFFFF;
}


A:link	{	
	text-decoration:	none;
	color: #FFFFFF;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FF0000;
	}
	

