body{
    font:100%/1.4 Verdana,Arial,Helvetica,sans-serif;
    background:#B6C5DB; 
    width:100%; 
    min-height:100%; 
    position:fixed; 
    margin:0; 
    padding:0; 
    color:#000; 
    background-image:url("../images/bluebg.jpg"); 
    background-attachment:fixed; 
    color:#000
} 
.img:hover{
	background-color: #888888;
	border-radius: 50%;
}
#navigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	text-indent: 10px;
}

#navigation a:hover {
	color: #FFFFFF;
}

.header {
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
}

.footer {
	color: #FFFFFF;
	text-align: center;
	font-size: x-small;
}

h1 {
	font-weight: bold;
	color: #0033CC;
	font-size: x-large;
}

h2 {
	font-weight: bold;
	color: #0033CC;
	font-size: large;
}

h3 {
	font-weight: bold;
	color: #000000;
	font-size: medium;
	font-style: italic;
}
