BODY {
   background-image: url(https://people.well.com/user/scott/images/245981.jpg);
   background-position: center center; /* Centers the image */
   background-attachment: fixed;       /* Keeps the image fixed */
   background-repeat: no-repeat;      /* Prevents repeating the image */
   background-size: cover;            /* Ensures the image covers the entire screen */
   /* background-color: #000;
   color: #eee; */
}


// #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;
   background-color: #006600;
   margin-left: 100px;
   margin-right: 100px;
   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; 
   color: #FFFFFF; 
   text-decoration: none; 
}

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

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

PRE {
	color: #FFFFFF;
}
