
/* these are styles for content styling */
/* for template styles, use lib/css/screen.css */

/* reset all the styles first */
@import url("content-reset.css");


body {
	color: #666;
	line-height: 150%;
	font-size: 13px;
	}
h1 {}
h2 {
	text-transform: uppercase;
	color: red;
	size: 12pt;
	}	
h3 {
	color: black;
	}
h4 {
	font-style: italic;
	}
ul, 
ol, 
li {  /* reset lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	}
ul {
	border-top: 1px solid #eee;
	margin: 40px;
	}
ul li {
	border-bottom: 1px solid #eee;
	}
	
p{
	margin: .5em 0;
}

td,th{
	padding:4px;
}

