body, a, table {
	font-family: arial;
}
a {
	color: blue;
}
#outer {
	text-align: center;
}
#main {
	margin: 0 auto;
	text-align: left;
	border: 1px solid black;
	width: 753px;
}
#copyright {
	text-align: center;
	background-color: #ffcc66;
	font-size: 12px;
}
#developer, #developer a {
	padding-top: 10px;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
.toplink {
	display: block;
	padding: 5px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffcc66;
	border: 1px solid black;
	text-align: center;
	font-size: 12px;
}
.toplinktd {
	border: 1px solid black;
	padding: 1px;
	white-space: nowrap;
}
.toplinks {
	background-color: #ffcc66;
	border: 1px solid black;
}
.toplinks a {
	text-decoration: none;
	color: black;
	font-size: 9px;
}
.bottomlinks {
	text-align: center;
}
.bottomlinks a {
	text-decoration: none;
	color: black;
	font-size: 12px;
}
a.link {
display: block;
color: black;
text-decoration: none;
white-space: nowrap;
}
a.link:hover {
font-weight: bold;
}
a.largebutton {
text-decoration: none;
color: black;
background-color: #ffcc66;
text-align: center;
font-size: 12px;
line-height: 12px;
font-weight: bold;
display: block;
height: 30px;
border: 1px solid black;
float: right; 
}
a.button {
text-decoration: none;
color: black;
background-color: #ffcc66;
text-align: center;
font-size: 12px;
line-height: 12px;
font-weight: bold;
display: block;
width: 165px;
height: 30px;
border: 1px solid black;
}
