/* some global font attributes is good to have */
* {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	}
	
/* some items need their margins and/or paddings */
p {
	margin-bottom: 1.0em;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
	margin-top:1em;
	font-family: "Times New Roman", Helvetica, serif;
	font-weight:normal;
	}
	
img,
a img {
		border: 0px;
		}
	
	/* sizes for the headers */
h1 {
	font-size: 28px;
	}
h2 {
	font-size: 22px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 0.8em;
	}
h6 {
	font-size: 0.6em;
	}