		body {
			background-image: url('background-logo.gif');
			background-repeat: no-repeat;
		}
		.fullpage {
			width: 100%;
		}
		.header {
			height: 180px;
		}
		.menu {
			margin-left: 33px;
			width: 100px;
		}
		.menubox {
			height: 40px;
			width: 100px;
			border-top: 4px black solid;
			border-bottom: 4px black solid;
			border-right: 4px black solid;
			margin-bottom: 10px;
			background: darkblue;
		}
		.menubox:hover {
			height: 40px;
			width: 100px;
			border-top: 4px black solid;
			border-bottom: 4px black solid;
			border-right: 4px black solid;
			margin-bottom: 10px;
			background: blue;
		}	
		.menuboxtext {
			text-align: center;
			color: white;
			margin-right: auto;
			margin-left: auto;
			width: 100%;
		}
		.menuboxlink {
			color: white;
		}
		.content {
			position: absolute;
			top: 190px;
			left: 160px;
		}
		.pageheader {
			width: 90%;
			font-weight: bold;
			font-size: x-large;
			font-variant: small-caps;
			border-bottom: 1px solid black;
		}
		.pagecontent {
			width: 90%;
		}
		.footer {
			margin-top: 50px;
			margin-right: auto;
			margin-left: auto;
			height: 40px;
			width: 300px;
			font-variant: small-caps;
			font-size: small;
			text-align: center;
		}
		a {
			color: darkblue;
		}
		table {
			border: 1px solid black;
		}
		th {
			border-bottom: 1px solid black;
		}
		td {
			border-bottom: 1px solid black;
		}
		.bidrow1 {
			background-color: #C2D7D7;
		}
		.bidrow2 {
			background-color: lightblue;
		}
		.bidrow1:hover {
			background-color: #adb5e6;
		}
		.bidrow2:hover {
			background-color: #adb5e6;
		}
		.bidrow1clicked {
			background-color: #ffc581;
		}
		.bidrow2clicked {
			background-color: #ffc581;
		}
		input {
			margin: 1px;
			border: 1px solid black;
			background-color: #dbd6d1;
		}
		.passwordbox {
			background-color: #fff2a7;
		}
		img {
			border: none;
		}

