body {
	margin: 5px 0px 0px 0px;
	background-color: #000000;
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
	color: #ffffff;
}

#container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.yellow {
	color: yellow;
}

h1 {
	font-size: 28pt;
	font-weight: bold;
}

h2 {
	font-size: 22pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.med {
	font-size: 15pt;
	margin: 0px;
	padding: 0px;
}

.med strong {
	color: red;
}

.sitelink {
	text-align: center;
	margin: 10px 0px 20px 0px;
	font-size: 12pt;
	float: left;
	width: 420px;
}

.sitelink img {
	border: 1px solid yellow;
}

.sitelink a:link, .sitelink a:visited, .sitelink a:active {
	text-decoration: underline;
	font-weight: bold;
	color: yellow;
	font-size: 17pt;
}