﻿/* CSS layout */
#masthead {
}
#top_nav {
}
#page_content {
}
#footer {
}

h1 {
color: black;
text-align: center;
font-family: Verdana;
font-weight: bold;
font-size: xx-large;}

h2 {
font-family: Verdana;
color:  black;
font-size: large;
font-weight: bold; }

h3 {
font-family: Vagadana;
font-size: large;
font-weight: normal; }

p {
font-family: Arial;
font-size: medium;
font-weight: normal; }

address {
font-family: Arial;
font-size: medium;
font-weight: normal; }

ul {
font-family: Verdana;
font-size: medium;
font-weight: bold;
margin-left: 160px; }

table {
font-family: Verdana;
font-size: medium;
font-weight: bold;
color: #800000; }
	
blockquote {
font-family: Verdana;
font-size: x-large;
font-weight: bold;
margin-left: 5em; }

a:link {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #000080; }

a:visited {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #800080;
}
	
a:hover {
font-family: Verdana;
font-size: small;
font-weight: bold;
color: #000000; }

