/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin: 0;
	background-color: #f1f1f1;
	
	}
	
/* TEXT FORMATTING */

.copy
	{ 
	color : #b2b7bb; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 18px; 
	font-weight : normal;  
	line-height : 28px;
	}
	
.copyb
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 18px; 
	font-weight : normal;  
	line-height : 28px;
	}

.addy
	{ 
	color : #777; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
	}
	

	
a.addy:link, a.addy:visited 
	{ 
	color : #777; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration: underline; 
	}
	
a.addy:hover 
	{ 
	color : #000000; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration: underline; 
	}