@charset "utf-8";

body {
    background-color:#d2d4d9; 
    text-align:center;
}

#center {
    margin: auto;
    text-align:left;
    background-color:#fff;
    width: 550px;
    height: auto;
    margin-top: 35px;
    padding: 10px;
}

#navi {
    text-align:center;
    padding:10px;
    padding-bottom: 18px;
    color:#6191ab;
}

#navi a, div#footer a, h2 {
    color:#6191ab;
    font-family:"Courier New", Courier, monospace;
    font-size: 15px;
    font-weight:bold;
    text-decoration:none;
}

#navi a:hover, div#content a:hover {
    border-bottom: 1px solid #6191ab;
}

.active {
    color:#6191ab;
    font-family:"Courier New", Courier, monospace;
    font-size: 15px;
    font-weight:bold;
    border-bottom: 1px solid #6191ab;
}

#content {
    text-align:center;
}

table td {
    width:110px;
    border: 1px solid #CCC;
}

ul {margin-bottom:25px;}
li {margin-bottom:10px;}

.facebook a img{ margin:2px 0px -2px 1px; width:13px; height: 13px; }

.facebook a img:hover {text-decoration:none;}

h2 { font-size: 20px; margin-top:7px;}