/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	color: white;
	background-color: #56483A;
	margin : 0;
	}

/* TEXT FORMATTING */

a:hover {
	/* color: #E8DAC1; */
	text-decoration : underline;
}

.copy
	{ 
	color : #DECBA5; 
	font-size : 12px;
	font-family : Arial, Verdana, Georgia, Helvetica, sans-serif;  
	font-weight : normal; 
	line-height : 17px; 
	}
	
.copymednoleading
	{ color : #decba5; font-size : 13px; font-family : Arial, Verdana, Georgia, Helvetica, sans-serif; font-weight : bold; line-height : 11px; text-decoration : none; }
.copymed { color: #decba5; font-size: 13px; font-family: Arial, Verdana, Georgia, Helvetica, sans-serif; font-weight: bold; line-height: 22px; text-decoration: none; }
.copybig
	{ 
	color : #DECBA5; 
	font-size : 16px;
	font-family : Arial, Verdana, Georgia, Helvetica, sans-serif;  
	font-weight : bold; 
	line-height : 22px; 
	text-decoration : none;
	}

.whitemed
	{ 
	color : #E2D7C8; 
	font-size : 13px;
	font-family : Arial, Verdana, Georgia, Helvetica, sans-serif;  
	font-weight : normal; 
	line-height : 22px; 
	text-decoration : none;
	}
	
.white
	{ 
	color : #E2D7C8; 
	font-size : 12px;
	font-family : Arial, Verdana, Georgia, Helvetica, sans-serif;  
	font-weight : normal; 
	line-height : 17px; 
	}
	
.footer
	{ 
	color : #E2D7C8; 
	font-size : 11px;
	font-family : Arial, Verdana, Georgia, Helvetica, sans-serif;  
	font-weight : normal; 
	line-height : 17px; 
	text-decoration : none;
	}
	
.green
	{ 
	color : #37929A; 
	font-size : 11px;
	font-family : Arial, Verdana, Georgia, Helvetica, sans-serif;  
	font-weight : bold; 
	line-height : 19px; 
	text-decoration : none;
	}
