body {
		background-color: #004e98;
		margin: 5px;
		cursor: default;
		font-family: 'Trebuchet MS', tahoma, verdana, arial, sans-serif;
		font-size: 90%;
		color: #ffffff;
		text-align: center;
}

li {
	list-style: circle;
}

table {
	font-size: 100%;
	text-align: left;
}

a {
	cursor: pointer;
	color: #c0c0c0;
}

a:link {
	color: #c0c0c0;
	text-decoration: none;
}

a:visited {
	color: #c0c0c0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

img {
	border: 0;
}

#header {
	font-size: 140%;
	text-shadow: #444 0px 0px 2px;
}

#footer {
	font-size: 70%;
	margin: 0;
	padding: 0;
}

#toc {
	margin: 0;
	padding: 0;
}

#toc li {
	list-style: none;
}