/* Default CSS Stylesheet for a new Web Application project */

BODY
{
 background-color:#F4F0F1;
 margin-top:8%;  
}


A:link	{	
	text-decoration:	none;
	color:	#9F9D9E;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#9F9D9E;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#9F9D9E;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#7F3536;
	}
.bodyText
{
	font-family:Arial;
	font-size:13px;
	color:#9F9D9E;
	font-weight:bold;
		
}
.bodyHeader
{
	font-family:Arial;
	font-size:12px;
	color:#6F6F6F;
	font-weight:bold;
		
}
.portfolio
{
	color:#555555;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	
	}
.contact
{
	
font-family:Arial;
	font-size:11px;
	color:#9F9D9E;

}
.content
{
	font-family:Arial;
	font-size:12px;
	color:#9F9D9E;
}
