body {
	font-family: "Courier New", Courier, mono;

	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 4em;
	padding: 1em;
	height: auto;
	width: auto;
	border: thick dotted #CCFFFF;
	background-color: #3399CC;
	color: #ffffff;
	text-align: center;

}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCFF00;

}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #6666FF;
	color: #CCCCCC;
	border: thin dashed #33FFCC;
	text-align: center;
	white-space: nowrap;
	padding: 4px;

}
.menu {
	position: absolute;
	left: 1em;
	top: 1em;
}
.menutext{
	color: #FFFF66;
}