@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #baa48e;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5f3d19;

}

.imageBack
{
	background-color:#460905;
}

.whiteTitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: large;
}

a:link {
	color:#CC3300;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color:#990000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color:#CC3300;
	font-weight:bold;
	
}
a:active {
	text-decoration: none;
	color:#660000;
}