body { font-family: verdana,arial,geneva,sans-serif; background-color: #3D424E; }

h1,h2,h3 { margin: 0; padding: 0 }
h1 { font-size: 100% }
h2 { font-size: 90% }
h3 { font-size: 80% }

td { font-size: 80%; line-height: 150%; vertical-align: top }

a { text-decoration: underline }
a:hover { text-decoration: none }

a.fixed { color: blue }

.abc { margin-bottom: 20px; }
.paginate { margin-top: 20px; }

#menu { text-align: center; width: 100%; margin: 0; padding: 4px 0 }
#menu ul { list-style: none; margin: 0; padding: 0 } 
#menu ul li { display: inline; border-left: 10px solid white; }
#menu li a {
    margin: 0; padding: 4px 10px;
    text-decoration: none;
    font-weight: bold; color: white; background-color: #3D424E;
}
#menu li a:hover { color: white; background-color: #3399FF }
#menu ul li.lang { border-left: 30px solid white; }

hr { height: 1px; color: #cccccc; background-color: #cccccc; border: 0; }
