body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background: #616D7E;
    font-size: small;
} #title img {
    float: left;
    padding: 20px;
} #title h1 {
    padding-left: 20px;
    padding-top: 80px;
}

div {
    padding: 0;
    margin: 0;
}

p {
    width: 90%;
}

a:hover, a:link, a:visited {
    text-decoration: none;
    color: #27c;
}

a:hover {
    color: #888;
    font-weight: bolder;
}


/*information */
div.information {
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    margin : 10px;
    border-color: #c80d11;
}

div.information span {
    font-weight: bolder;
    color: #c80d11;
}

/* content */ #content {
    clear: both;
    margin: 10px;
    width: 70%;
    float: left;
}

/* links */ #links {
    width: 25%;
    float: right;
    border-left: solid 1px #888
} #links ul li {
    list-style: none;
    padding-top: 0.5em;
}

/* container */ #container {
    margin: 0 10% 0 10%;
    width: 80%;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: #fff;
}

/* menu */ #menu {
    width: 80%;
    /*background-color: #27c;*/
} #menu ul {
    border-bottom: 1px solid #888;
    float: left;
    width: 100%;
    padding-left: 20px;
} #menu ul li {
    float: left;
    margin-right: 10px;
    list-style: none;
} #menu ul a:link, #menu ul a:visited {
    display: block;
    color: #000;
    font-weight: bold;
    background-color: #27c;
    padding: 5px 10px;
    border: 1px solid #888;
    position: relative;
    top: 1px;
} #menu ul a:hover {
    background-color: #fff;
    border-bottom-color: #fff;
}

/** footer */ #footer {
    background-color: #27c;
    border-top: #ccc;
    padding: 3px 20px
} #footer p {
    font-size: x-small;
    text-align: center;
}

