/* 

	CSS Content Correction Script - Used to replace some features striped out by Reset
	
	Jason - 2010-05-11

*/

h1,h2,h3,h4,h5,h6,p {
	margin: 10px 0;
}

h3 {
	font-size: 140%;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

a, a:hover,a:active,a:visited {
	text-decoration: none;
}


