h1 {
	color:#a3a3a3;
	font-size:24px;
	font-weight:bold;
}
h2 {
	color:#a3a3a3;
	font-size:18px;
	font-weight:bold;
}
h3 {
	color:#a3a3a3;
	font-size:16px;
	font-weight:bold;
}
p {
	font-size:12px;
}
ul {
	list-style:disc;
	font-size:12px;
	margin-left:20px;
}
ol {
	list-style:decimal;
	font-size:12px;
	margin-left:20px;
	
}
