* { font-size: 100%; margin: 0; padding: 0; } body { background-color: #D6D6D6; background-image: url(background.png); background-repeat: repeat-x; font-family: verdana, sans-serif; font-size: 0.8em; } #warning { position: absolute; left: 51px; top: 15px; } h1 { padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #878787; font-family: "Trajan Pro, serif"; font-size: 1.8em; font-variant: small-caps; } h2 { margin-top: 5px; font-family: "Trajan Pro, serif"; font-size: 1.2em; font-style: italic; font-weight: bold; } p, dt { margin-top: 12px; } dt { font-style: italic; } dd { margin-top: 6px; margin-left: 6px; } .badword { color: red; } .goodword { color: green; } #blockedreason { padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; background-color: #ffaaaa; font-weight: bold; } .deniedurl { font-weight: bold; } #fulldeniedurl { background-color: #D6D6D6; padding: 10px 10px 10px 10px; margin: 10px 10px 10px 10px; display: none; } #toggleurl { border-bottom: 1px solid; font-size: 0.8em; cursor: pointer; color: blue; } #outer_container { margin: 0% 80px 0% 80px; background-color: white; border-left-style: groove; border-right-style: groove; border-bottom-style: groove; background-image: url(worldmap.png); background-repeat: no-repeat; background-position: top center; } #inner_container { margin-left: 5%; margin-right: 5%; padding-top: 80px; padding-bottom: 80px; overflow: hidden; /* It grows out of the "box" in IE */ word-wrap: break-word; /* Internet Explorer */ } a { text-decoration: none; } a:hover { border-bottom: 1px solid; }