body {
    font-family: sans-serif;
}

a:link, a:visited {
    text-decoration: none;
    color: blue;
}

a:hover {
    color: red;
}

.top_links {
    text-align:center;
    font-size:120%;
}

.description {
    width:100%;
    text-align:center;
}

.proj {
    margin-left:auto;
    margin-right:auto;
    width:500px;
    padding:5px 5px 0px 5px;
    border:1px solid gray;
    text-align:justify;
}

.proj_section {
    padding-bottom:10px;
    font-size:85%;
}

.proj_head {
    text-align:right;
    font-size:110%;
    color:gray;
    border-bottom:1px solid gray;
}