body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #FFFAE6;
	background-color: #712228;
	margin: 0px;
}

/********************************** Font Styling *********************************************/
p {
	font: 1em  helvetica,arial,tahoma,sans;
	text-align: left;
}

.p2 {
	font: 0.9em  helvetica,arial,tahoma,sans;
	text-align: left;
}

.p3 {
	font: 0.9em  helvetica,arial,tahoma,sans;
	font-weight: bold;
	text-align: left;
	text-decoration:none;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFAE6;
	text-decoration:underline;
	text-align: center;
}

a:link {
	font-weight: 1em;
	color: #FFFAE6;
	text-decoration: none;	
	background-color: transparent;
	font: helvetica,arial,tahoma,sans;
}

a:visited { 
	font-weight: 1em; 
	text-decoration: none;
	background-color: transparent;
	color: #FFFAE6;
}

a:hover, a:active { 
	text-decoration: underline;
	color: #fff;
}

