body {
	font-family: sans-serif;
	background-color: #9CABCF;
	margin: 0px;
	color: black;
}

h1 {
	font-size: 240%;
}

img {
	border: 0px;
}

td {
	padding: 0.5ex;
}

table, td {
	border: 1px solid gray;
	border-collapse: collapse;
}

thead td {
	font-weight: bold;
	text-align: center;
}

pre {
	background-color: white;
	border: 1px solid gray;
	padding: 1ex;
	font-size: 120%;
}

code {
	font-size: 120%;
}

input {
	width: 100%;
	border: 1px solid gray;
}

input[type=submit] {
	width: inherit;
}

textarea {
	width: 70ex;
	border: 1px solid gray;
}

.frame {
	border-style: hidden;
	width: 100%;
	height: 400px;
}

.version {
	color: red;
}

.emphasis {
	font-weight: bold;
}

.emphasisSmall {
	font-style: italic;
}

.removed {
	text-decoration: line-through;
}

.screenshots {
	text-align: center;
}

.task-finished {
	text-decoration: line-through;
}

#logo img {
	display: none;
}

#header a {
	text-decoration: none;
}

#banner {
	display: none;
}

#menubar {
	display: none;
}

#body {
	min-height: 5em;
	font-size: small;
}

#footer {
	padding-top: 2em;
	padding-bottom: 3em;
	text-align: center;
	font-size: x-small;
}

