html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; 
}
table th {
	font-weight: bold;
	text-align: center;
	width: 98%;
}
h4, h5  {
	font-size:medium;
}
#container {
	min-width: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}
#masthead p {
	margin: 5px;
	color: blue;
	font-size: xx-large;
	font-weight:bold;
	text-align: center;
	margin-left: 150px;
}
#masthead {
	border: 4px solid blue;
	width: 98%;
	float: right;
	padding: 5px;
	margin-bottom: 10px;
}
#masthead h1 {
	margin: 5px;
	color: blue;
	font-size: xx-large;
	font-weight:bold;
	text-align: center;
	margin-left: 150px;
}
#masthead h2 {
	color: blue;
	font-size: x-large;
	text-align: center;
	margin-left: 150px;
}
#masthead h4 {
	text-align: center;
	color: green;
	font-size: x-large;
	margin-left: 150px;
	margin-bottom: 5px;
	
}
#masthead img {
	padding: 5px;
	margin-top: 10px;
	float: left;
}
#ul {
	font-size: large;
	font-weight: bold;
	text-align:left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	float:left;
}#navigation {
	text-align: left;
	font-size: x-large;
}

a:link { color: #0000FF;
	margin-left: 20px;
}
a:hover { color: #FF00FF;}
a:active { color: lime;  
}

#page_content {
	margin-left: 225px;
	margin-right: auto;
	width: 85%;
}

#page_content h1 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
	color: blue;
	margin-bottom: 10px;
}

#page_content h2 {
	font-size: x-large;
	text-align: center;
	color: blue;
	margin-bottom: 10px;
}
#page_content h3 {
	font-size: X-large;
	color: green;
	margin-bottom: 10px;
	text-align: center;
}
#page_content h4 {
	font-size: x-large;
	color: red;
	margin-bottom: 10px;
}
#page_content h5 {
	font-size: large;
	color: green;
	margin-bottom: 10px;
}
#page_content p {
	font-size: large;
	color: blue;
}

#page_content img {
	margin-left: 300px;
}

.style1 {
	font-size: x-large;
	color: blue;
	text-transform:uppercase;
	text-align:left;
	border: 2px solid #808080;
	border-collapse:collapse;
	padding: 10px;
}
.style2 {
	font-size: x-large;
	color: blue;
	font-weight: bold;
	border: 2px solid #808080;
	border-collapse:collapse;
	padding: 10px;
	text-align: center;
	width: 98%;
}
.style3 {
	font-size: x-large;
	color: blue;
	text-transform: uppercase;
	border: 2px solid #808080;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
}


