body { background: #ffffff; } span.header { display: block; color: #003333; background: #ffffff; border-style: none; padding: 1px; position: absolute; top: 10px; left: 10px; width: 620px; height: 40px; font-weight: bold; font-size: 20px; text-align: center; } span.navigation { display: block; color: #330000; background: #ffffff; border-style: none; border-color: #009999; padding: 1px; position: absolute; top: 60px; left: 10px; width: 150px; height: 380px; font-weight: bold; } span.content { display: block; overflow: auto; color: #003333; background: #ffffff; border-style: none; padding: 1px; position: absolute; top: 60px; left: 170px; width: 460px; height: 380px; } span.footer { display: block; color: #003333; background: #ffffff; border-style: none; border-color: #009999; padding: 1px; position: absolute; top: 450px; left: 10px; width: 620px; height: 30px; display: block; font-style: italic; text-align: center; } a.active { cursor: wait; } a.link { color: #006600; } a.visited { text-decoration: none; color: #330000; }