
#wrapper {
	width:500px;
}


h1{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	padding: 0 0 1px 0;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	width:500px;
}

h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0;
}

h2.section {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0;
}



p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:10px;
}


