/* CSS Document */ body { padding: 10x; font-family: Trebuchet MS, Arial, Helvetica, Sans Serif; } #pageHeader { background: url(../images/banner.jpg); width: 600px; height: 150px; } h1 { width: 610px; text-align: center; } h5 { font-weight: bold; text-align: center; color: #FF0000; padding: 3px; margin: 0; } #box1 { position: absolute; left: 10px; top: 240px; width: 290px; border: 1px solid blue; background-color: #99FFFF; text-align: center; } #box2 { position: absolute; left: 302px; top: 240px; width: 298px; border: 1px solid red; background-color: #CC99FF; text-align: center; } #box3 { position: absolute; left: 10px; top: 450px; width: 590px; border: 1px solid orange; background-color: #66FF00; text-align: center; } #links ul { list-style-type: none; margin: 0; padding: 0; } #links ul li { padding: 0px; color: #555; } #links a:hover { background-color: #CBDAF8; color: #FF0000; font-weight: bold; } #links ul li a { text-decoration: none; }