@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');

body {
	font-family: Ubuntu;
	font-size: 18px;
	background-color: whitesmoke;
	}
.divPageBody {
	width: 60%;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	}
.divPagetopTitle {
	font-family: "Oswald";
	font-size: 54px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -0.01em;
	line-height: 1.1;
	margin-bottom: 0;
	color: black;
	text-shadow: 1px 1px white;
	text-align: center;
	visibility: hidden;
	}
.tdRight {
	text-align: right;
	}
.tdTitle {
	width: 250px;
	}
td {
	padding: 5px;
	padding-right: 10px;
	border: 1px solid gainsboro;
	}
thead > tr > td {
	font-weight: bold;
	border: none;
	}
.divHotlistContainer {
	width: 400px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 400px;
	visibility: hidden;
	}
.divHotlist {
	}
.divHotlistLegend {
	margin-top: 10px;
	font-size: 14px;
	line-height: 140%;
	}
.divHomeLink {
	text-align: center;
	margin-bottom: 10px;
	}
.divSearchLink a {
	color: gray;
	}
.aCommandLink {
	color: black;
	cursor: pointer;
	}
.divVersionNumber {
	font-size: 12px;
	position: fixed;
	top: 0;
	right: 0;
	color: gray;
	padding-right: 3px;
	}
