body {
	background:url(images/bg1.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}

/*-----------------------------------------------------TEXT------------------------------------------------------------*/
body {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #4D3805;
}
.footer {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #74560C;
}
.menu {
	color:#4D3805;
	font-size:11px;
}
h1 {
	font-size:24px;
	margin:0;
	padding:0;
	color:#F8F6DE;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}
.box {
	font-size:11px;
	margin:2;
	padding:2;
	color:#F8F6DE;
	font-weight:normal;
}


/*----------------------------------------------------LINKS------------------------------------------------------------*/
a:link, a:visited, a:hover {
	color: #4D3805;
	text-decoration:underline;
}

a.menu:link, a.menu:visited {
	color:#4D3805;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

a.menu:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
	
