/*******************/
/*   Typography   */

h1 { 
	font-size: 24px; 
}
h2 { 
	font-size: 22px;
	color: #CC4433;
	border-bottom: 1px dotted #666666;
}
h3 { 
	font-size: 18px;
}
h4 { 
	font-size: 16px;
	text-align: left;
}
h5 { 
	font-size: 14px;
}
h6 { 
	font-size: 12px;
}
h1, h2, h3,
h4, h5, h6 {
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
	font-weight: bold;
	text-align: left;
}
p {
	padding: 3px 0 10px 0;
	line-height: 1.3em;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
	}
	ul {
		list-style: circle inside;
		}
		li {
			margin-left: 5px;
		}
	ol {
			list-style: decimal outside;
			width: 500px;
			margin-left: 20px;
		}
		ol li {
			padding: 3px;
		}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	text-decoration: none;
}
