body {
	background: #999;
	font-family: Trebuchet MS, Sans-Serif, Serif;
	font-size: 14pt;
	margin: 0 auto 10px auto;
}

a, a:hover {
	color: #000;
}

button {
	background-color: #aaa;
	border: 1px solid #000;
	color: dimgray;
	font-family: Georgia, Sans-Serif, Serif;
	font-size: 14pt;
	font-weight: bold;
	padding: 5px 10px;
	width: 150px;
}

button:hover {
	background-color: dimgray;
	color: #fff;
}

h1 {
	cursor: default;
	font-size: 36pt;
	margin: 0 0 -13px 0;
	text-align: center;
	z-index: 100;
}

h2 {
	cursor: default;
	font-size: 16pt;
	margin: 0;
	text-align: center;
}

input {
	background-color: #ddd;
	border: 1px dashed #000;
	padding: 3px;
}

.centered {
	text-align: center;
}

#ads {
	text-align: center;
	margin-top: 10px;
}

#container {
	background-color: #eee;
	border: 2px solid #000;
	margin: 0 auto;
	text-align: center;
	width: 728px;
}

#footer {
	background-color: #eee;
	font-size: 9pt;
	text-align: center;
}

#lastfive {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	width: 728px;
	background-color: #ccc;
	margin: 10px auto 10px auto;
	padding: 5px;
	color: #000;
}	#lastfive table {
		width: 100%;
		border-collapse: collapse;
	}
	#lastfive td, #lastfive th {
		font-size: 8pt;{
	}

#oldurlbox {
	width: 250px;
}