body {
	font-family: Arial, sans-serif;
	font-size: 14px;

	color: #000000;	
} 

address, h2, h3, h4, h5, h6, p {
	/*Puts a nice margin for all the titles and paragraphs, except h1 which needs to be next to the menu*/
	padding-bottom: 0.5em;
	/*Nvm, don't use a margin since th4e bug with divs*/
}

h4, h5 {
	padding-top: 0.5em;
}

address {
	white-space: pre;
}

#content li {
	padding: 5px 0;
}

#header {	font-family: Arial, sans-serif;	}

h1 {	color: #2e3190;	font-size: 36px;	font-weight: normal;	}
h2 {	color: #203192;	font-size: 20px;	font-weight: bold;	}
h3 {	color: #241052;	font-size: 18px;	font-weight: bold;	}
h4 {	color: #241052;	font-size: 16px;	font-weight: bold;	}
h5 {	color: #000055;	font-weight: bold;	}
h6 {	color: #000055;	}