/*
  style0.css
*/

a:link {color: #1166AA; background-color: transparent; text-decoration: none;}
a:visited {color: purple; background-color: transparent; text-decoration: none;}
a:hover {color: blue; background-color: transparent; text-decoration: underline;}
a:active {color: red; background-color: transparent; text-decoration: underline;}

body {
	background: #ffffff url(imgs/soil.jpg) repeat top left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Georgia, serif;
	color: black;
	background-color: white;
}

div.main {
	width: 70%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-top: 2em;
	padding-bottom: 3em;
	padding-left: 5%;
	padding-right: 5%;
	border: 1px solid green;
	background: white;
	font-family: Georgia, serif;
	color: black;
	text-align: left;
}

h1 {
	font-family: Garamond, Helvetica, sans-serif;
	margin-left: -2%;
	margin-top: 0em;
	margin-bottom: 0em;
}


h2,h3 {
	font-family: Garamond, Helvetica, sans-serif;
	margin-left: -2%;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h4,h5,h6 {
	font-family: Garamond, Helvetica, sans-serif;
	margin-left: 0%;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

table.link {
	table-layout: automatic
}
td.cat {text-align: center}