BODY {
   background-image: url(http://www.well.com/~scott/cables.jpg);
   background-position: left top;
   background-attachment: fixed;
   background-repeat: no-repeat;
//   text-align: center;
//   min-width: 640px
}

// #content {
//    text-align: left;
//    width: 640px;
//    margin-left: auto;
//    margin-right: auto;
// }

SPAN {
   font-family: verdana;
   font-size: 12pt;
}

p {
   font-family: verdana;
   font-size: 10pt;
}

p.heading { 
   font-family: verdana;
   font-size: 12pt; 
}

p.lnk {
  // background-color: #1078E1;
  // background-color: #0066CC;
   background-color: #003366;
   margin-left: 110px;
   margin-right: 110px;
   font-family: verdana;
   font-size: 12pt;
   font-weight: bold; 
   letter-spacing: 10px;
   word-spacing: 5px;
} 

p.lnkdesc1 {
   font-family: verdana;
   font-size: 9pt;
   margin-left: 140px;
   margin-right: 150px;
   text-align: justify;
}

p.bold { 
   font-family: verdana;
   font-weight: bold; 
}

p.norm { 
   font-family: verdana;
   font-size: 9pt; 
}

p.footer { 
   font-family: verdana;
   text-align: center; 
   font-size: 9pt; 
}


A:link { 
   color: #000000; 
   text-decoration: none; 
}

A:active { 
   color: #000000; 
   text-decoration: none; 
}

A:visited { 
   color: #000000; 
   text-decoration: none; 
}

