#wide_white_container {
	background:#FFF;
	font-size:12px;
	margin:30px auto 0;
	width:600px;
}
#wide_white_container p {
	margin:20px 0;
}
#wide_white_container h1,#wide_white_container  h2,#wide_white_container  h3 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	margin:10px 0;
}
#wide_white_container h1 {
	font-size:22px;
	margin:0 0 10px;
}
#wide_white_container h2 {
	font-size:18px;
}
#wide_white_container h3 {
	font-size:14px;
}
#wide_white_container a:hover {
	text-decoration:none;
}
#wide_white_container ul {
    list-style: disc outside;
    padding-left: 30px;
}
