body {
 margin: 0 0 0 0;
 font-family: arial;
 background-color:#eeeeee;
}

.toppart, h1 {
 color: silver;
 font-size: 54px;
 text-align: center;
 background-color: #000060;
 height: 130px;
 margin: 0 0 0 0;
}

.topimg {
 position: absolute;
 top:15px;
 left:15px;
}

.prop {
 height:130px;
 float:right;
 width:1px;
}


h1old {
 color: silver;
 text-align: center;
 margin: 0 0 0 0;
}

img.h1img {
 position: absolute;
 left: 15px;
 top: 15px;
}

.menubar {
 font-size: 25px;
 color: #000060;
 text-align: center;
 background: silver;
 margin: 0 0 0 0;
 padding: 1px 1px 1px 1px;
 border-top: thin solid #000060;
 border-bottom: thin solid #000060;
}

.content {
 padding: 5px 15px 5px 15px;
}

.footer {
 padding: 5px 25px 5px 25px;
 margin-top: 10px;
 font-size:10px;
 border-top: thin groove;
}

.ad {
 width: 30%;
 padding: 10px 10px 10px 25px;
 margin-top: 10px;
 font-size: 10px;
}



a:link, a:active, a:visited {
 color: #000060;
}

a:hover {
 color: #00005F;
}