BODY {
   background : #fff;
   color: black;
   margin : 0px;
   padding : 0px;
   font-family: verdana, arial, helvetica, sans-serif;
        }

P, LI {
   margin-left: 50px;
   margin-right: 50px;
        }

H1, H2 {
   text-align: center;
        }

B, strong {
   font-weight : bold;
        }

A:visited {
   font-weight : bold;
   text-decoration : none;
        }

A:link {
   font-weight : bold;
   text-decoration : none;
        }

A:hover {
   color : #ff6600;
   background-color : #fff;
   text-decoration : underline;
        }

A:active {
   font-weight : bold;
   text-decoration : none;
        }

#links {position: fixed; top: 100px; left: 2%;}
#links a {display: block}

#content {position: absolute; top: 10px}

#buttons {position: relative; bottom: 5px; horizontal-align: middle;}
