body {
          font-size: 12px;
          font-family: Arial, Helvetica, sans-serif;
          color: #000000; 
          background-color: #FF9900;
          background-image: url('http://www.readmyhipz.com/bgimg.jpg');
          background-attachment: scroll;
          background-repeat: no-repeat;
          margin-top: 20px;
          margin-bottom: 20px;
          }

A             { 
                color: #FF9900;
                text-decoration: none;
                font-weight:bold;
                } 

A:link	{ color: #FF9900; text-decoration: none; } 
A:visited	{ color: #FF9900; text-decoration: none; } 
A:active	{ color: #FF9900; text-decoration: none; } 
A:hover	{ color: #FF9900; text-decoration: underline; }

table {
          font-size: 12px;
          font-family: Arial, Helvetica, sans-serif;
          color: #000000; 
          }

.details {
              color: #000000;
              font-size: 14px;
              font-weight: bold;
              padding: 10px;
              position: absolute;
              top: 5px;
              left: 180px;
              width: 635px;
              }

.nav {
               color: #000000;
               text-transform: uppercase;
               font-weight: bold;
               font-size: 14px;
               padding: 10px;
               border: none;
               position: absolute;
               top: 70px;
               left: 230px;
               width: 675px;
            }

.title {
               color: #000000;
               font-variant: lowercase;
               font-weight: bold;
               font-size: 14px;
             }

.desc {
                border: none;
                padding: 10px;
                height: 515px;
                width: 700px;
                text-align: left;
                overflow: auto;
                position: absolute;
                top: 175px;
                left: 165px;
                }

.footer {
                color: #000000;
                font-size:10px;
                font-family: Arial, Helvetica, sans-serif;
                padding: 10px;
                border: none;
                position: absolute;
                top: 700px;
                left: 15px;
            }