BODY {
	background-color: #069;
	color: #CCC;
}

BODY.frontpage {
	background-color: #069;
	color: #CCC;
	text-align: center;  /* IE is broken. */
}

H1,H2,H3,H4,H5,H6 {
	color:white;
}

A {
	text-decoration: none;
}

A:LINK {
	color: white;
}

A:VISITED {
	color: #9cf;
}

A:HOVER {
	color: yellow;
}

TH {
	color: white;
}

TD {
	text-align: center;
}

#menu {
	padding: 16px;
	width: 16em;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;  /* IE is broken. */
}

#largemenu {
	padding: 16px;
	width: 24em;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;  /* IE is broken. */
}

#largemenu ul {
	text-align: left;  /* IE is broken. */
	border: dotted thin #CCC;
	padding: 1em;
	margin: 0;
	list-style-type: none;
}

#menu ul {
	text-align: left;  /* IE is broken. */
	border: dotted thin #CCC;
	padding: 1em;
	margin: 0;
	list-style-type: none;
}
