/* Form-Stylesheet */ body{ font-family:verdana, sans-serif; } span{ color: red; } tr > td{ font-size:smaller; } label{ font-size:larger; font-weight:bolder; } table{ margin-left: 2em; margin-top: 1em; border: solid 1px grey; padding: 1em; } div#left { position: absolute; top: 50px; left: -10px; height: auto; width: 400px; margin-right: 5px; margin-left: 35px; border: solid 0px green; float: left; } div#right { position: absolute; top: 50px; left: 400px; height: auto; width: 400px; margin-right: 15px; margin-left: 15px; border: solid 0px blue; float: right; } p{ font-size: 0.8em; margin-left: 3em; } h1{ margin-left: 35px; font-size: 25px; } h1#overview{ margin-left: 50px; font-size: 25px; } h1#edit{ margin-left: 0px; font-size: 20px; } h2{ margin-top: 1em; margin-bottom: 0.1em; } h3{ margin-top: 1em; } a:link { text-decoration: none; color: #001aba; } a:visited { text-decoration: none; color: #6d1e72; } a:hover { text-decoration: none; font-weight:bold; }