h1 {
    font-size:34px;
    font-style:cursive;
    color:#654318;
    line-height: 0.6em;
}
h2 {
    font-family:"Georgia";
    font-size:20px;
    color:#654318;
}
body, input, html, p {
    font-family:"Georgia";
    font-size:16px;
    color:#654318;
}
a:link, a:visited, a:active {
    text-decoration: none;
    color:#ef5a9d;
}
a:hover {
    text-decoration: none;
    color:#ef5a9d;
    border-bottom: 1px #ef5a9d dotted;
}
table, td, tr {
    font-family:"Georgia";
    font-size:16px;
    color:#654318;
    border-collapse:collapse;
}
#design {
    font-family:"Georgia";
    font-size:16px;
    width:755px;
    text-align:left;
    border:0px;
    margin:20px;
}
#header {
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    background:#FBF3EB;
    width:755px;
}
#center td {
    align:center;
    text-align:center;
}
#design th {
    font-weight:normal;
    font-size:16px;
    color:#654318;
    border-bottom:0px;
    padding:10px 10px;
    background:#dba86a;
}
#design td {
    color:#654318;
    padding:7px 13px;
    background:#faf3eb;
}
#design tbody tr:hover td {
    color:#654318;
    background:#fbc4dc;
}
#project {
    width:755px;
    text-align: justify;
    margin:10px;
    padding:20px;
    border-collapse:collapse; 
    border:0px;
    background-color:#FBF3EB;
}
