@charset "UTF-8";
p {
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
}
#content {
	width: 500px;
	background-color:#FFFFFF;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main {
	background-color:#F90;
}
#main #content h2 {
	color: #F90;
}

A:link, A:visited, A:active, A:hover {
	text-decoration: underline;
	color:#000;
}

A:hover {
	text-decoration:underline;
}