BODY {color: black;
			font-family: Geneva, Helvetica, Arial, sans-serif;
			font-size: 90%;
			background-image: none;
			background-color: #dddddd;
			margin: 0em
			}

ul#topmenu { padding: 0px;
			width: 100%;
			border-bottom-width: 3px;
			margin: 0;
			font-size: 120%;
			display: table;
}

ul li#sub {
				list-style-type: none;
				width: 16.67%;
				color: black;
				background-color: #ffffff;
				border-style: solid;
				border-left-width: 1px;
				border-right-width: 1px;
				border-top-width: 2px;
				border-bottom-width: 2px;
				text-align: center;
				font-weight: bold;
				display: table-cell;
				padding: 1px;
}

.date {
			font-weight: bold;
			font-size: small;
			}

.menu {
				color: black;
				background-color: black;
				border-bottom-style: solid;
				border-style: none;
				font-size: medium;
			}

.menu .menuitem {
				width: 16.67%;
				color: black;
				background-color: #ffffff;
				border-style: none;
				border-width: 1px;
				text-align: center;
				font-weight: bold;
			}

.menu .current {
				background-color: #bbeaed;
				}

.content {
					margin: 2em;
				}

img {
			border-style: none;
		}

UL.plain {
			list-style: none;
				}

.example {
				border-style: solid;
				border-width: 2px;
				border-color: black;
				padding: 10px;
				width: 140px;
				text-align: center;
				vertical-align: top;
				background-color: white;
				font-weight: bold;
				font-size: x-small;
			}

