p { color: #ffffff; font-size: 
12pt; line-height: 160%; font-family: 
arial; }

h1 { color: #ffffff; font-size: 
18pt; line-height: 160%; font-family: 
arial; }

h2 { color: #ffffff; font-size: 
16pt; line-height: 160%; font-family: 
arial; }

h3 { color: #ffffff; font-size: 
14pt; line-height: 160%; font-family: 
arial; }

h4 { color: #ffffff; font-size: 
12pt; line-height: 160%; font-family: 
arial; }

h5 { color: #ffffff; font-size: 
11pt; line-height: 160%; font-family: 
arial; }

a 
{ text-decoration: none; font-family: arial;
  color: #ffffff; }

a:hover 
{ color:#4900E1;} 

		#navcontainer ul
		{
			margin-left: 0px;
			padding-left: 0;
			list-style-type: none;
			font-family: arial;
		}
		
		#navcontainer a
		{
			display: block;
			padding: 2px;
			width: 150px;
			height: 20px;
			align: left;
			background-color: #E2EDEE;
			border-bottom: 2px solid #ffffff;
		}
		
		#navcontainer a:link, #navlist a:visited
		{
			color: #004800;
			text-decoration: none;
		}
		
		#navcontainer a:hover
		{
			background-color: #004800;
			color: #ffffff;
		}
