/* north6 CSS */

body {
		font-family: Arial, Helvetica, Tahoma, sans-serif;
		color: black;
	}
 
 h1 {	/* Ana sans font */
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 72pt;
		font-weight: normal;
		color: black;
	}


/* footer that always sits at the bottom of the page */
#footer {
		font-family: Arial, Helvetica, Tahoma, sans-serif;
		color: black;
		font-size: 8pt;
		text-align: center;
		position: fixed;
        padding: 10px 10px 0px 10px;
        bottom: 0;
        width: 100%;
	}
	
/* old footer - does make sure that any content that uses "footer" gets the right/same format */
footer	{
		font-family: Arial, Helvetica, Tahoma, sans-serif;
		color: black;
		font-size: 8pt;
		text-align: center;
	}

