/*------------------Main------------------*/
.Content {
	background: #4a2304; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffd6b6;
	vertical-align:top;
	text-align:justify;
	padding-left:10px;
	padding-right:15px;
}

.IndexContent {
	background: #4a2304; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #ffd6b6;
	vertical-align:top;
	text-align:justify;

}

/*------------------Links------------------*/
a:link {
	color:#fff1e6;
	text-decoration:none;
	font-weight: bold;
	border:none;
}

a:hover {
	color:#a36838;
	text-decoration:underline;
}

a:visited {
	color:#fff1e6;
	text-decoration:none;
	font-weight: bold;
}


a:active {
	color:#fff1e6;
	text-decoration:underline;
}