html,body {
	height: 100%;
}

div {
	height: 100%;
}

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-size: 16px;
	color: #3c2914;
	background-image:url(images/bac.jpg);
	background-repeat: repeat-x;
  	background-position: top left;
  	background-color: #D9C48F;
}

p {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-size: medium;
	color: #3c2914;
}

li {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	color: #3c2914;
}

h1 {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #004231;
	text-align: center;
}

h2 {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-size: large;
	font-weight: normal;
	color: #CC0000;
	text-align: center;
}

a:link {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-weight: normal;
	color: #D9C48F;
	text-decoration:none;
}

a.body:hover {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-weight: normal;
	color: #660000;
	text-decoration:underline;
}

.smallest {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-size: xx-small;
}

a.smallest:link {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.smallest:visited {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a.smallest:hover {
	font-family: "Garamond Book", "Times New Roman", "MS Serif";
	font-size: 12px;
	font-weight: normal;
	color: #216B52;
	text-decoration:underline;
}