/* CSS Document */ @import url("../reset.css"); @import url("menu_style.css"); @import url("table_style.css"); html, body { height: 100%; font-family: Verdana, Geneva, sans-serif; font-size: 12px; } body { text-align: center; } h1 { font-size: 140%; color: #3fa116; margin: 2px 0 8px 0px; } p { margin: 6px 0; } form { margin: 6px 0; } a:link { color: #718ABE; text-decoration: none; } a:visited { color: #718ABE; text-decoration: none; } a:hover { color: #718ABE; text-decoration: underline !important; } input { font-family: Verdana, Geneva, sans-serif; } #layout { margin: 10px auto; width: 800px; text-align: left; color: #333; } #header { width: 100%; } #content { text-align: left; } .error { color: #F00; font-weight: bold; }