@charset "utf-8";
/* CSS Document */

#content h1{
	text-align:left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 30px;
	
}
#content h2{
	text-align:left;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 30px;
	
}
#content h3{
	text-align:left;
	color: #000;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: strong;
	margin-top: 30px;
	
	
}
#content h4{
	text-align:left;
	color: #000;
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	text-decoration:none;
	font-weight: normal;
}

#content a{
	color:#989898;	
	text-decoration: none;
}
