html,body {
	height: 100%;
}

div {
	height: 100%;
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:"Times New Roman", serif;
	font-size: 20px;
	color: #000000;
	background-color: #D7C9A5;
	background-image:url(images/bac.gif);
}

h1 {
	font-family:Arial, sans-serif, helvetica;
	font-size: 32px;
	font-weight: bold;
	color: #083A08;
	text-align: center;
}

.menu {
	font-family:Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a.menu:link {
	font-family:Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	margin:6px;
	color: #000000;
	text-decoration: none;

}a.menu:visited {
	font-family:Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	margin:6px;
	color: #000000;
	text-decoration: none;

}a.menu:hover {
	font-family:Arial, sans-serif, helvetica;
	font-size: 14px;
	font-weight: bold;
	margin:6px;
	color: #ffff00;
	text-decoration: underline;
}

li {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	color: #000000;
}

a:link {
	font-family: "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:visited {
	font-family: "Times New Roman", serif;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-family: "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #615047;
	text-decoration:underline;
}

.content {
	font-family: Arial, sans-serif, helvetica;
	color: #085475;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

a.content:link {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #085475;
	text-decoration: none;
}

a.content:visited {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #085475;
	text-decoration: none;
}

a.content:hover {
	font-family: Arial, sans-serif, helvetica;
	font-size: 16px;
	font-weight: normal;
	color: #3D0003;
	text-decoration:underline;
}



