body {
	background-color:#FFFFFF;
}
h1 {
	font-family:"Verdana";
	font-size:18px;
}
p {
	font-family:"Verdana";
	font-size:14px;
}
p.copyright {
	font-family:"Verdana";
	font-size:12px;
}
li {
	font-family:"Verdana";
	font-size:14px;
	padding:2px 2px;
}
img {
	border-style:none;
}
a:link {
	color : #0000ff;
	background : transparent;
	text-decoration : none;
}
a:visited, a:active {
	background : transparent;
	text-decoration : none;
}
a:hover {
	color : #0099ff;
	background : transparent;
	text-decoration : none;
}
.content {
	margin: 0 auto;
	width: 800px;
}
.center {
	text-align: center;
}
