﻿body {
	background-color:#CCFF66;
	color: black;
	font-size: small;
	font-family: verdana, arial, "sans-serif";
	margin: 0px;
}

#placeholder {
	border: 3px silver solid;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
	
}

h1 {
	font-size: small; 
	color: gray;
	letter-spacing:4px;
	text-align:center;
	text-transform:uppercase;
}

h2 {
	font-size: large;
}

td {
	vertical-align:top;
}

#navigation {
	width: 251px;
}

#contentcell {
padding: 5px;
}

#extra {
	width: 130px;
}

li.menu {
	list-style-type:none;
	background-color:#CCFFCC;
	margin-bottom: 1px;
	padding: 2px;
}

.menulink {
	color: green;
	font-weight: bold;
}
