body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: black;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: Large;
	background-image: url(images/logovsml.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 75% 0;
}
#header {
	font-size: x-large;
	background-color: transparent;
	colour: black;
	font-weight: normal;
	margin: 20px 30px 30px 30px;
	padding: 10px;
}
#header h1 {
	font-size: xx-large;
	font-weight: normal;
}
#header h2 {
	font-weight: normal;
}
#sidenav {
	float: left;
	color: black;
	top:200px;
	left: 0;
	bottom: 100%;
	width: 180px;
	padding: 10px;
}
#sidenav a:link, #sidenav a:visited, #sidenav a:active {
	text-decoration: none;
	background-color: white;
	color: black
}
#sidenav a:hover {
	text-decoration: none;
	background-color: white;
	color: black;
	font-weight: bold;
}
#content {
	background-color: transparent;
	color: black;
	top: 200px;
	left: 0;
	margin: 0 180px 100% 200px;
	padding: 10px;
}
#content h1, h2 {
	font-weight: normal;
	font-size: x-large;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration: none;
	background-color: white;
	color: black
}
#content a:hover {
	text-decoration: none;
	background-color: white;
	color: black;
	font-weight: bold;
}
#footer {
	clear: both;
}
table.cat {
	color: black
	clear: right;
	margin: 0:
	padding: 5em;
}
table.cat tr.title {
	colour: black;
	font-size: large;
	padding: 1em;
}
table.cat tr.detail {
	colour: black;
	font-size: medium;
	padding: 1em;
}
table.cat tbody tr td a:link, a:visited, a:active {
	text-decoration: none;
	background-color: white;
	color: black
}
table.cat tbody tr td a:hover {
	text-decoration: none;
	background-color: white;
	color: black;
	font-weight: bold;
}
