body {
    background-color: #eeeeee;
    font-family: Georgia, serif;
    padding: 0 0 0 0;
}

h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.3em;
}
p {

}
em {
    text-shadow: 1px 1px 1px #888888;
}
ul {
    
}
li {
    
}
div.content {
    margin: 0 0 0 15em;
    padding: 0 0 0 2em;
}
div.menu_main {
    border-bottom: 4px solid #777777;
    line-height: 2.6;
    text-align: center;
}
div.menu_main ul {
    display: inline;
    padding: 0 0 0 0;
}
div.menu_main ul li {
    display: inline;
    list-style-type: none;
    margin-bottom: 2px;
    border-radius: 5px;
}
div.menu_main ul li a {
    display: inline;
    padding: 8px;
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}
div.menu_main ul li a:hover {
    background-color: #551155;
    color: #ffffff;
    text-decoration: none;
}
div.menu_topic {
    display: block;
    float: left;
    width: 15em;
}
div.menu_topic ul {
    padding: 0 0 0 0;
}
div.menu_topic ul li {
    list-style-type: none;
    background-color: #555555;
    margin-bottom: 2px;
    border-radius: 5px;
}
div.menu_topic ul li a {
    display: block;
    padding: 8px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}
div.menu_topic ul li a:hover {
    background-color: #115511;
    color: #ffffff;
    text-decoration: none;
}
div.menu_roots {
    display: block;
    float: left;
    clear: left;
    width: 15em;
}
div.menu_roots ul {
    padding: 0 0 0 0;
}
div.menu_roots ul li {
    list-style-type: none;
    background-color: #aa3322;
    margin-bottom: 2px;
    border-radius: 5px;
}
div.menu_roots ul li a {
    display: block;
    padding: 8px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}
div.menu_roots ul li a:hover {
    background-color: #881100;
    color: #ffffff;
    text-decoration: none;
}
div.footer {
    font-size: 0.8em;
    margin: 0 0 0 21.3em;
    padding: 1em 1em 1em 2em;
    background-color: #bbbbbb;
    border-radius: 5px;
}
div.pic_and_comment {
    float: left;
    width: 480px;
    margin: 0 1em 1em 0;
    background-color: #bbbbbb;
    padding: 0.5em;
    height: 440px;
    border-radius: 5px;
}
iframe {
    border: 0;
}
