body {
    background-color: #333333;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial,Helvetica,sans-serif;
}

#top {
    color: #ffffff;
}

h1 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: X-large;
    font-variant: small-caps;
    
}

h2:first-letter {
    color: #aa4b4b;
}

h2 {
    font-size: large;
    margin-top: 2em;
    font-variant: small-caps;
}

h3 {
    font-size: medium;
    margin-top: 1em;
    font-variant: small-caps;
}

li {
    font-size: medium;
}

#header {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.4em;    
    background-color: #333333;    
}

#mmpng>img {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: sub;
}

#middle {
    background-color: #f8f8f8;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #333333;
}

#bottom {
    background-color: #333333;
    color: #cccccc;
    text-align: center;
    font-size: XX-small;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding-top: 10px;
}

#menu {
    margin-left: 6em;
    background-color: #333333;        
}

#menu>a {
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    font-weight: bolder;
    font-variant: small-caps;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    vertical-align: middle;
    color: white;
    text-decoration: none;
}

#menu>a:hover {
    background-color: #404040;
}

#langs {
    position: relative;
    top: -30px;
}

#langs img {
    width: 16px;
    height: 16px;
    position: relative;  
    top: 3px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

#langs>a {
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    font-variant: small-caps;
    color: #cccccc;
    vertical-align: bottom;    
    text-decoration: none;
    font-weight: normal;   
}

.activetab {
    background-color: #444444;
}

#page {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 1em;
}

p {
    width: 65%;
    font-size: 95%;
    text-indent: 2em;
}

li>a {
    font-size: 95%;
    font-style: normal;
    font-weight: bolder;
    text-decoration: none;
    color: #333333;
}

p>a {
    font-style: normal;
    font-weight: bolder;
    text-decoration: none;
    color: #333333;
}

#bottom>a>img {
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;

}

#email {
    position:relative;
    top: 3px;
}