body { 
font-family: verdana, arial, serif;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
height: 100%;
background-color: #55BBFA;
}


#header {
position: relative;
background: #55BBFA url(gradient.jpg) repeat-x;
}


#center {
position: relative;
background-color: #55BBFA;
font-size: small;
font-weight: bold;
top: 5px;
margin: 100px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
}


#nav {
font-family: verdana, arial, serif;
color: #000000;
width: 100px;
font-size: x-large;
font-weight: bold;
margin: 0px; }

#nav ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#nav li {
margin: 0px;
padding: 0px;
border-bottom: 1px solid #90bade;
}

#nav li a {
display: block;
font-size: x-large;
font-weight: bold;
background-color: #55BBFA;
border-top: 2px #cce3ff solid;
border-left: 2px #cce3ff solid;
border-bottom: 2px #31557f solid;
border-right: 2px #31557f solid;
text-decoration: none; }

#nav li a:hover {
color: #FFFFFF;
background-color: #6699FF;
border-top: 2px #31557f solid;
border-left: 2px #31557f solid;
border-bottom: 2px #cce3ff solid;
border-right: 2px #cce3ff solid;
}

A:link
{ text-decoration: underline; 
color: blue; }

A:visited
{ text-decoration:underline; 
color: purple; }

A:active
{ text-decoration: underline; 
color: yellow; }

A:hover
{ text-decoration: none; 
color: white; 
font-weight: bold; }


h1 { 
color: white; 
font-size: large;
font-style: normal;
font-weight: 600; }

strong { 
color: white; 
font-style: normal; }





