@charset "UTF-8";
body {
	color: #333333;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
#main {
	height: 600px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}
a:link {
	color: #770000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF6633;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 12px;
}
