body, html {
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #999999;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 10pt;
}

#upgradeSet {
	margin-left: 100px;
	margin-top: 100px;
	width: 400px;
	display: block;
}

a, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #444444;
	text-decoration: underline;
}