﻿a:link
{
	color: #000080; 
}
a:visited
{
	color: #000080; 
} 
a:active 
{
	color: #000080;
}
body
{
	background-color: #FFFFFF;
	color: #000000;
	list-style-type:  circle;
	font-family:Arial;
	margin: 0; padding: 0;
}
td
{
  font-size: 16px;
}
table
{
}
h1
{
	font-family:Times New Roman;
	font-size:72px;
	color: #ffffff;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	display: inline;
}
h2
{
	font-family:Times New Roman;
	font-size:36px;
	font-weight: 400;
	color: #ffffff;
	font-style: italic;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	display: inline;
}
h3
{
	font-size:36px;
	color: #000080;
}
h4
{
	font-size:24px;
	color: #000080;
}
h5
{
	font-size:18px
}
h6
{
	font-family:Courier New;
	font-size: 16px;
	display: inline;
	color: #000080;
	font-weight: 900;
}

.topnav
{
  overflow: hidden;
  background-color: #000080;
}

.topnav a
{
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover
{
  background-color: #cccccc;
  color: blue;
}

.topnav a.active
{
  background-color: #cccccc;
  color: black;
}
