body {
	font-family: "century gothic", verdana, 'trebuchet ms', sans-serif;
	font-size: 16px;
}

a { color: blue; text-decoration: underline; }
a:hover { color: #ffd700; }

#about {
	font-weight: bold;
	font-size: 120%;
}

#main {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	padding: 30px;
	border-color: #bbbbbb;
}

#about {
	font-weigt: bold;
	width: 100%;
	border-style: solid;
	border-color: #cccccc;
	border-width: 2px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding-top: 20px;
}

.center {
	text-align: center;
}