a:link {
	background: transparent;
	color: black;
	text-decoration: none;
}
a:visited {
	background: transparent;
	color: black;
	text-decoration: none;
}
a:hover {
	background: transparent;
	color: blue;
	text-decoration: underline;
}
a:active {
	background: transparent;
	color: blue;
	text-decoration: underline;
}
body {
	background: #b0c4de;
	color: black;
	font-family: sans-serif;
	font-size: small;
}
div.everything {
	background: white;
	color: black;
	padding: 1cm;
	width: 420px;
	margin-top: 1cm;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
}
div.copyright {
	font-size: x-small;
	border-top: 1px solid black;
	text-align: center;
}
h1 {
	font-family: monospace;
	font-size: large;
	font-weight: bold;
	letter-spacing: 1pt;
	border-bottom: 1px solid black;
	margin: 0px;
}
h2 {
        font-family: monospace;
        font-size: medium;
        font-weight: bold;
        letter-spacing: 1pt;
        border-bottom: 1px solid black;
        margin: 0px;
}
img {
	border: 0px;
}
.icon {
	height: 120px;
	width: 160px;
}
.button {
	height: 31px;
	width: 88px;
}
p {
	text-align: center;
}
table {
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
td {
	vertical-align: top;
	padding: 5px;
}
td.item {
	font-family: monospace;
	font-weight: bold;
	text-align: right;
}
td.caption {
	font-weight: bold;
	text-align: center;
}
div.box {
	font-size: small;
	text-align: justify;
	margin: 10px;
	padding: 10px;
}
