/* CSS Document */ /*THIS IS MY BUTTONS & roll over functions*/ ul { margin: 0px; padding: 0px; text-align: center; } li { display: inline; } li a { text-decoration: none; float: left; padding-top: 2px; width: 193px; height: 25px; font size: 14px; font-weight: bold; color:#FF0000; background-color: #000000;} li a:hover { color: #ffff00; background-color: #000000; } /*THIS IS THE FORMATTING FOR MY BODY TEXT*/ body {background-color: #00CCCC;; } p {color:#000000; font-family:"Times New Roman", Times, serif; font-style: normal; font-size:12px; text-align: center; } /*THIS IS MY HEADER IMAGE*/ img #mainlayer { position:absolute; top: 0px; left: 0px; background-color:#CCFFFF; padding: 0px; width: 900px; }