body
{
	
	background-color:#fdf8d5;

	color: #000000;
	margin-left:3%;
}


p
{
	text-align: center;
	font-style: italic;
	font-size: 12pt;
}


div.menu
{	
	background-color:#c0ae97;
	color:#000000;
	width:95%;
	border: 10px solid #c73b17;
	text-align:center;
	font-weight: bold;
	font-size: 12pt;
}

div.access
{
	background-color:#fdf8d5;
	text-align:right;
	font-size:8pt;
	color:#000000;
	margin-left:3%;
}



A:link
{
	color: #000000;
	background-color: #c0ae97;
}

A:visited
{
	background-color: #7c6648;
	color: #fdf085;
}

A:hover
{
	background-color: #fdf085;
	color: #c73b17;
}

