body {
    background-color: #ccc;
}

#innerbox {
    background-color: #fff;
    border-style: solid;
}

#main {
    margin-left: 3%;
    margin-right: 3%;
}

#top {
    padding-top: 0.5cm;
    padding-bottom: 0.5cm;
    border-style: none none solid;
    background-color: #36f;
}

#title {
    padding-left: 0.5cm;
    border-style: none none solid;
    background-color: #99f;
    font-weight: bold;
}

#main_title { 
    padding-left: 0.25cm;
    padding-right: 0.25cm;
    color: #ff0;
    font-weight: bold;
    float: left;
}

#nav_links {
    text-align: right;
    font-weight: bold;
    font-size: 75%;
    padding-right: 0.25cm;
}

#content {
    padding-top: 0.5cm;
    padding-bottom: 0.5cm;
    padding-left: 1cm;
    padding-right: 1cm;
}


#copyright {
    padding-right: 0.5cm;
    border-style: none solid solid solid;
    background-color: #99f;
    font-weight: bold;
    text-align: right;
}

#quote {
    text-align: center;
}

a.nvlnk:link {
    color: #ff0;
    text-decoration: none;
}
a.nvlnk:visited {
    color: #ff0;
    text-decoration: none;
}
a.nvlnk:hover {
    color: #ff0;
    text-decoration: underline;
}
a.nvlnk:active {
    color: #ff0;
    text-decoration: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.oldwork {
    text-decoration: line-through;
}