body 
{
    background-color:#3D5FA3;
}
    .style1
    {
        font-family: Verdana;
        font-size: xx-large;
        color:White;
        background-color:#003366;
    }
    .style2
    {
        font-family: Verdana;
        font-size: x-large;
    }
    .style3
    {
        font-family: Verdana;
        font-size: x-small;
    }
    .style4
    {
        width: 176px;
        background-color:#003366;
     }
    .linkstyle
    {
        font-family : Verdana; 
        font-size: x-small;
    }   
    
    .bodytext
    {
        font-family : Verdana; 
        color:White;
        font-size:x-small;
    }


a:link
{
 font-family : Verdana; 
 font-size: x-small;
 color:Orange;
}
a:visited
{
 font-family : Verdana; 
 font-size: x-small;
 color:Orange;
}
a:hover
{
 font-family : Verdana; 
 font-size: x-small;
 color:Red;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #003366;
	background-color: #003366;
}
#navigation a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #003366;
	background-color: #003366;
}
#navigation a:hover {
	color: silver;
	text-decoration: none;
	border: 1px solid silver;
	background-color: blue;
}

