body {
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
     font-family: verdana, arial, helvetica, sans-serif;
     color: #000;
     background-color: #eee;
     text-align: center;
     /* part 1 of 2 centering hack */
}
#content {
     padding: 10px;
     margin-top: 20px;
     margin-bottom: 20px;
     margin-right: auto;
     margin-left: auto;
     /* opera does not like 'margin:20px auto' */
     color: #000;
     background-color: #e1e1e1;
     border: 1px dashed #666;
     text-align:left;
     /* part 2 of 2 centering hack */
     width: 40em; /* ie5win fudge begins */
     voice-family: "\"}\"";
     voice-family:inherit;
}
#logo {
     margin: -10px;
     color: #000;
     background-color: #999;
}
a {
     font-weight: bold;
     color: #396 ;
     text-decoration: none;
}
a:hover {
     text-decoration: underline;
}
a img {
     text-decoration: none;
     border: 0;
     padding-top: 5px;
}
.small {
     color: #999 ;
     background-color: #eee;
     font-size: 70%;
}
#language {
    text-align: right;
    font-size: 70%;
    color: #000;
    background-color: #bbb;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.home {
     font-family: Tahoma, Arial, sans-serif;
     background-color: #bbb;
     color: #96f;
     text-align: left;
     padding-left: 5px;
     float: left;
}
html>body #content {
     width: 40em; /* ie5win fudge ends */
}
