body {
 font-family: Verdana,Arial,Sans-Serif;
 color: #FFFF00;
 background: #000080;
 }

table {
 font-size: smaller;
}

a:link {
 color: #FFFF00;
 }
a:active {
 color: #FFFF00;
 }
a:visited {
 color: #FFFFFF;
 }

p {
 text-align: justify;
 }

p.center {
 text-align: center;
 }

#Layer1 {
 position:absolute;
 width:230px;
 height:100%;
 background-color: #00a6df;
 border: 1px;
 left: 0;
 top: 160px;
 padding-top: 15px;
 padding-left: 10px;
 }

#menu a {
 display:block;
 width:210px;height:45px;
 background: url("../images/home.png") top left no-repeat;
 padding:10px 0 0 15px;
 font: bold 18px verdana,arial,sans-serif;
 color:#ffff00;
 text-decoration: none;
 }

#menu a:hover {
 background-image: url("../images/home-mo.png");
 color:#000080;
 }

#menu a:active {
 background-image: url("../images/home-md.png");
 color:#000080;
 }

#umenu a {
 background-color : #000080;
 font: normal 18px verdana,arial,sans-serif;
 text-decoration : none;
 color : #ffff00;
 margin-right : 4px;
 padding-top : 2px;
 padding-bottom : 2px;
 padding-left : 4px;
 padding-right : 4px;
 border-top : 3px outset #ffff00;
 border-left : 3px outset #ffff00;
 border-right :  3px outset #ffff00;
 border-bottom :  3px outset #ffff00;
 }