body { background-color: #0B173B; font-family: sans-serif; color: #ffffff; margin: 0 auto; max-width: 75%; font-size: 1.0em; } .date { font-weight: bold; } #logo { text-align: center; font-family: monospace; font-size: 1em; } #navigation { margin: 0 auto; text-align: center; } #navigation table { border: 0px; width: 100%; } #navigation td { text-align: center; vertical-align: center; margin: 5px; height: 1.5em; background-color: #0B3861 } #navigation td:hover { background-color: #045fb4; } #navigation td a { display: block; width: 100%; text-decoration: none; } #navigation td a:hover { text-decoration: none; color: #ffffff; } #front-content { max-width: 69%; float: left; } #content { margin: 0 auto; } #news { float: right; max-width: 29%; } #code { font-family: monospace; font-size: 1.0em; max-width: 500px; margin: 0 auto; } .code { font-family: monospace; font-size: 1.0em; max-width: 500px; margin: 0 auto; } a:link { text-decoration: underline; color:#ffffff; } a:visited { color:#ffffff; text-decoration: underline; } a:hover { color:#a4a4a4; text-decoration: underline; } p { text-indent: 15px; } code { text-indent: 30px; font-family: monospace; font-size: 1.0em; padding-left: 4px; padding-right: 4px; } em { font-style: bold; } h1 { font-size: 1.75em; text-align: center; margin-left: auto; margin-right: auto; } h2 { font-size: 1.4em; } h3 { font-size: 1.2em; margin-bottom: -5px; } h4 { font-size: 1.1em; margin-top: 5px; } .userlist { text-align: center; margin: 0 auto; } .userlist ul { display: flex; flex-flow: row wrap; justify-content: space-evenly; list-style-type: "\00BB\0020"; padding: 0; } .userlist li { white-space: nowrap; flex: 10em; }