html{
background: gainsboro none repeat scroll 0 0;
min-width: 1000px;
}

body {
text-align: left;
font-family: Arial, Helvetica, SunSans-Regular, sans-serif;
color: black;
background-color: gainsboro none repeat scroll 0 0;
}

hr {
margin-bottom: 5;
margin-top: 5;
}

#nav-menu {
width:60em
margin-bottom: 0;
margin-top: 0;
} 

#nav-menu ul {
list-style: none;
padding: 0;
margin: 0;
} 

#nav-menu li {
height: 2em;
line-height: 2em;
float: left;
width: 7em;
display: block;
border: 0.1em none #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
float: left;
margin: -10 0 -10 0em;
} 


h1 {
text-align: center;
font-size: 40; 
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

h2 {
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

h3 {
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
}

h4 {
color: #CCCCCC;
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 11px
}

p{
margin: 5px;
}

a:link {
color: blue; 
text-decoration:none
}

a:visited {
color:gray;
text-decoration:none
}

a:active {
color:#3300FF;
text-decoration:none
}

a:hover {
color:#3399FF;
text-decoration:none
}

address {
border-top: thin dotted;
font-size: x-small;
margin-top: 1em;
text-align: center;
}

table {
background-color: white;
text-align: justify;

}
