@charset "utf-8"; /* CSS Document */ body { background-color: #2d60b2; font-family: Arial, Helvetica, sans-serif; font-size: 0.8em } h1 { margin: 0em auto; color: #2d60b2; font-weight: 600; font-size: 2.8em } h2 { margin: 2em auto; color: #2d60b2; font-weight: 200; font-size: 1.5em } .mainContainer { margin: 10% auto; width: 600px; background-color: #fff; background-image: url(/dhs_am/images/blue-corner-top.gif); background-repeat: no-repeat; background-position: left top; } .logoBox { padding: 10px; text-align: center } .messageBox { padding: 10px; background-color: #eee; text-align: center } a { color: #2d60b2; text-decoration: underline; font-weight: 600 } a:hover { color: #069; text-decoration: none }