* {
	margin:0px;
	padding:0px;
	outline:none;
}
body {
	margin:0px;
	padding:50px;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#222223;
}

h1 {
	font-size:24px;
	font-weight:bold;
	line-height:32px;
	border-bottom:1px dotted #999;
}

h2 {
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	border-bottom:1px dotted #999;
	margin:30px 0px 10px 0px;
}

h3 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}

p {
	text-align:justify;
	margin-bottom:10px;
}

a {
	color:#666667;
	text-decoration:none;
	border-bottom:1px solid #222223;
}

a:hover {
	color:#222223;
	border-bottom:3px solid #222223;
}

ul, ol {
	margin-left:14px;
}