﻿/* CSS layout */


#page_content {
	margin-left:95px;
	width: 790px; 
	height: 800px
}




/*Fonts*/
h1 {
	font-size: xx-large;
	color: #333333;
	margin-top: 0px;
}

h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
}

h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}

h4 {
	font-size: 16px;
	color: #650000;
	margin: 0px;
	font-weight: bold;
}

h5 {
	font: small Arial;
	font-size: small;
	margin: 0px;
}

h6 {
	font-size: small;
	margin: 0px;
	font-weight: normal;
}

h8 {
	font-size: 8px;
	color: #000000;
}

h10 {
	font-size: xx-small;
	color: #000000;
}


