body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	background-color: #fff;
}

div#center {
	margin: auto;
	padding: 0px;
	width: 500px;
}
div.rounded
{
	background: #efefef;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 15px;	
	margin-bottom: 15px;
}
div.rounded h1
{
	font-size: 16px;
	border-bottom: 2px solid #ccc;
	margin: 0 0 10px 0;
}

a:link {
	color: #007ACC;
}
a:visited {
	color: #007ACC;
}
a:hover {
	color: #333;
}

