.content {
    background-color: beige;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid;
    margin-top: 10px;
    border-radius: 10px;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
}
.titletext{
    text-align: center;
    font-style: oblique;
    font-size: 45px;
}
body {
    background-color: whitesmoke;
}
h1,h2,h3,span,dl,dd,a,label,p {
    font-family: Arial, Helvetica, sans-serif;
}
textarea {
    width:300px;
    resize:vertical;
    min-height: 50px;
    max-height: 500px;
}
table{
    margin-left: auto;
    margin-right: auto;
}
label{
    font-size: 20px;
}
.ul {
    display: inline-block;
    text-align: left;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}
.header {
    background-color: beige;
    width: 800px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid;
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 20px;
    top: 0;
}
.navbar.center .navbar-inner {
    text-align: center;
}
.navbar.center .navbar-inner .nav {
    float: none;
    display:inline-block;
    vertical-align: middle;
}
.nb {
    width:800px;
    margin-left:auto;
    margin-right:auto;
}
.label {
    background-color: #000000;
}