
body{
    max-width:800px;
    min-width:400px;
    margin-left:auto;
    margin-right:auto;
    background:DarkGreen;
    color:White;
    border: solid 2px White;
    padding:10px;
}
body, iframe, img{
    border-radius:5px;
}
div.navbar{
    text-align:center;
}
a{
    text-decoration:none;
    color:inherit;
}
div.navbar a, div.navbar span{
    width:120px;
    text-align:center;
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    font-weight:bold;
}
div.navbar a:hover, div.navbar span{
    background-image:url("/common/dot.png");
    background-repeat:no-repeat;
    background-position:50px;
}

p.footer a:hover, div.right_floater a:hover{
    background:White;
    color:DarkGreen;
    border-radius:2px;
    padding:2px;
}

div.right_floater{
    float:right;
}

h1{
    text-align:center;
}

li.optional{
    list-style-type:square;
}

table.layout{
    padding-top:10px;
}
table.layout td{
    vertical-align:top;
}
table.upload th{
    vertical-align:top;
    text-align:right;
}
p.footer{
    text-align:center;
    font-size:0.7em;
}

iframe{
    background:White;
    width:800px;
    height:600px;
}
