body {
	color:black;
	background-color:#eeeeee;
	font-family:sans-serif;
	margin:4%;
}

div.content {
	padding:2%;
	border:1px solid silver;
	background-color:white;
}

a:link {
	color:#993333;
}
a:hover {
	color:#f0a500;
}
a:visited {
	color:#666666;
}
a:active {
	color:#990000;
}

h1 {
	color:#000099;
	text-align:center;
}
h2 {
	color:#990000;
}

.header {
	text-align:right;
	font-size:x-small;
	border-bottom:1px solid silver;
	padding-bottom:5px;
}
.footer {
	text-align:left;
	font-size:x-small;
	border-top:1px solid silver;
	padding-top:5px;
	font-style:italic;
}

pre {
	color:blue;
}

code {
	color:black;
}
