/* @group Fonts & Headings */

* {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 22px ;
}

h3 {
	font-size: 18px;
}


/* @end */

/* @group Basic Page Layout */

#header {
	
}

#content {
	
}


.footer {
	border-top: 1px solid black;
	padding-top: 5px;
	margin-top: 15px;
	font-size: 10px;
	color: black;
}


/* @end */
