body
{
   background: #004080;
   margin-left: 5%;
   margin-right: 5%;
}
p, ul, ol, dl
{
   color: white;
   text-align: justify;
   font-family: "Verdana", "Sans-Serif";
}

.orange-bg
{
	background-color : #FF9933;
	
}

.smaller
{
   font-size : smaller;
   color: white;
   text-align: justify;
   font-family: "Verdana", "Sans-Serif";
}

h1
{
   border: thin solid;
   padding: 1%;
   color: #FF8000;
   font-family: "Tahoma",  "Sans-Serif"
}
h2
{
   border-bottom: thin solid;
   color: #FF8000;
   font-family: "Tahoma",  "Sans-Serif"
}
h3,A
{
   color: #FF8000;
   font-family: "Tahoma",  "Sans-Serif"
}
A:link
{
   color: aqua;
   text-decoration: none;
}
A:visited
{
	color: #00E0FF;
	text-decoration: none;
}
A:active
{
   color: red;
   text-decoration: none;
}

A:hover
{
	background-color : Silver;
	border : thin groove White;
	color : Blue;
}
