
body {
	font-family:'Lucida Sans Unicode','Lucida Grande','Luxi Sans',Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	background-color: #336699;
	color: white;
	text-align: center;
}

strong {
	font-weight: 900;
}

.major {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.infobox {
	text-align: center;
	font-size: 0.8em;
}

.computer.block {
	font-family: 'Andale Mono', monospace;
	margin-left: 1em;
	background-color: #47a;
	color: #cde;
	border: 1px dotted black;
	padding: 0.5em;
}

.footer {
	text-align: right;
	font-size: 0.7em;
}

img {
	border: none;
}

img.footer {
	vertical-align: text-top;
}

a:link, a:visited, a:hover, a:active {
}

a:link, a:visited, a:active {
	/*text-decoration: none;*/
}

a:link {
	background-color: inherit;
	color: white;
}

a:visited {
	background-color: inherit;
	color: white;
}

a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: white;
}

h1+h2 {
	margin-top: -1em;
}

table {
	border: 1px solid #cde;
}

.infobox table {
	margin-left: auto;
	margin-right: auto;
}

th, td {
	border: 1px solid #cde;
	padding: 5px;
}
