h1 	{
	color: red;
	text-align: center;
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	
	}

h2 	{
	color: black;
	text-align: center;
	font-family: "Arial";
	font-size: 22pt;
	font-weight: bold;
	
	}

h3 	{
	color: black;
	text-align: center;
	font-family: "Times Roman";
	font-size: 18pt;
	font-weight: normal;
	
	}

h4 	{
	color: black;
	text-align: center;
	font-family: "Times Roman";
	font-size: 16pt;
	font-weight: normal;
	
	}

h5 	{
	color: black;
	text-align: center;
	font-family: Times Roman;
	font-size: 14pt;
	font-weight: normal;
	
	}

h6 	{
	color: black;
	text-align: center;
	font-family: Times Roman;
	font-size: 12pt;
	font-weight: normal;
	
	}

p1	{
	color: red;
	text-align: center;
	font-family: "CountryBlueprint";
	font-size: 24pt;
	font-weight: bold;
	margin-left: 25px;
	
	}

p2	{
	color: black;
	text-align: center;
	font-family: "Times Roman";
	font-size: 22pt;
	font-weight: normal;
	margin-left: 25px;
	
	}

p3	{
	color: black;
	text-align: center;
	font-family: "Times Roman";
	font-size: 20pt;
	font-weight: normal;
	margin-left: 25px;
	
	}

p4	{
	color: black;
	text-align: center;
	font-family: "Times Roman";
	font-size: 18pt;
	font-weight: normal;
	margin-left: 25px;
	
	}

p5	{
	color: black;
	text-align: center;
	font-family: "Times Roman";
	font-size: 16pt;
	font-weight: normal;
	margin-left: 25px;
	
	}

p6	{
	color: black;
	text-align: center;
	font-family: "Times Roman";
	font-size: 12pt;
	font-weight: normal;
	margin-left: 25px;
	
	}

tr	{
	color: black;
	margin-left: auto;
	margin-right: auto;
	
	}

tbody	{
	
	}


table.center 	{
	background-color: rgb(255, 255, 255);
	width: 680px;
	height: auto;
	border: 2px solid;
	text-align: center;
	vertical-align: middle;
	margin-left: 25px;
	margin-right: auto;
	
	}

table.left 	{
	background-color: rgb(255, 255, 255);
	width: 680px;
	height: auto;
	border: 2px solid;
	text-align: left;
	vertical-align: middle;
	margin-left: 25px;
	margin-right: auto;
	
	}

img.single 	{
	border: 4px solid;
	width: 650px;
	height: auto;
	vertical-align: middle;
	
	
	}

img.double 	{
	border: 4px solid;
	width: 275px;
	height: auto;
	vertical-align: middle;
	
	
	}