h1
{
color: #114775;
background-color: transparent;
font-family: verdana, san serif;
font-size: 130%;
}

h2
{
color: #114775;
background-color: transparent;
font-family: verdana, san serif;
font-size: 110%;
}

body
{
background-color: transparent;
color: #3380C1;
font-family: verdana, san serif;
font-size: 80%;
}

hr
{
border: 1px solid #3380C1;
color: #3380C1;
height: 1px;
}

a:link
{
text-decoration: none;
font-weight: bold;
color: #114775;
}

a:visited
{
text-decoration: none;
font-weight: bold;
color: #114775;
}

a:hover
{
text-decoration: none;
color: #3380C1;
font-weight: bold;
}

table.main
{
width: 800px;
padding: 10px 10px 10px 10px;
border-width: 1px;
border-style: solid;
border-color: #114775;
}

.menu 
{
display: table;
width: 800px;
padding: 0; 
list-style-type: none;
white-space: nowrap;
border: 0;
}
  
* html .menu 
{
display: inline-block;
width: 1px;
padding: 0 2px;
}
    
.menu li
{
display: table-cell;
text-align: center;
}

* html .menu li 
{
display: inline;
}
  
.menu a, .menu a:visited 
{
display: block;
padding: 5px 14px;
color: #114775; 
background: #ECFBFF; 
border: 1px solid #114775;
text-decoration: none;
}
  
* html .menu a, * html .menu a:visited 
{
display: inline-block;
margin: 0 -1px;
  }
  
.menu a:hover 
{
color: #fff; 
background: #4BAEC6;
}

.centered
{
margin: 0 auto;
}
