*{
    background-color: #ffffff;
    font-size: 26px;
    margin: 0px;
}

#body{
    width: 971px;
    margin: 0 auto;
    padding-top: 15px;
}

#link{
    text-decoration: none;
}

#footer{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 2px solid gray;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

#footer a{
    text-decoration: none;
    font-weight: bold;
    color: green;
    font-size: 14px;
}

#footer a:hover{
    text-decoration: underline;
}

#display h1,u,ul,i,p,label,form,b{
    background-color: #f6f6f6;
}

#display label{
    font-size: 17px;
}

#display li{
    font-size: 17px;
    display: block;
    background-color: #f6f6f6;
}

#ko {
    font-size: 17px;
    float: left;
    margin-right: 5px;
    background-image:url('../images/circle.png');
    background-position: left;
    background-repeat:no-repeat;
    background-color: #f6f6f6;
}


#display input,textarea{
    font-size: 15px;
    border: 1px solid #A8CA12;
}

.button{
    background-color: white;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
}

.button:hover{
    font-weight: bold;
}