

body, td, th {
	font-family: Veranda, Helvetica, Arial, sans-serif;
	background: url('Pictures/texture_vert.jpg') repeat-x;
	background-color: #DEDECA;
	line-height: 125%;
	border: 3px solid black
}
#header {
	background-color: white;
	text-align: center;
	border: 3px solid black;	
	left: 180px;
}

#mainnavigation {
	
	color: green;
	font-weight: bold;
	width: 150px;
	height: 200px;
}
#mainnavigation, #bodycontent {
	position: absolute;
	width: 578px;
	height: 105px;


}
#mainnavigation, #bodycontent {
	top: 130px;
}
#bodycontent {
	left: 180px;
}
.simpleblackborder {
	border-width: 5px;
	border-style: solid;
	border-color: black;
}

h1, h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #663300;
	margin: 15;
	padding: 0.5;
	line-height: 110%; 
}

h3, h4, h5 {
	font-size: medium;
	font-weight: normal;
	color: #996633;
	padding: 0.5;
	line-height: 110%; 
}

h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #663300;
	margin: 15;
	padding: 0.5;
	line-height: 110%; 
}

a {
  	font-weight: bold;
    color: #663300;
}
a:link {
	color: #009900
}

a:visited {
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: 999966;
}

a:active {
	color: black;
	background-color: 669933;
}

li {
	font-size: small;
}

p {
	font-size: small;
	padding: 0.1;
}

table {
	border-collapse: collapse;
	border: 1px solid black;
		font-size: small;
}
th {
	text-align: left;
	background: gray;
	color: white;
	padding: 0.2em;
}
td {
	border: 1px solid black;
	padding: 0.2em;
}