body { background: white;
       background: url(images/Clouds13.jpg) fixed; 
       background-attachment: fixed;
       color: black;
       font: normal 1em sans-serif; }

 H2 {   color: blue; 
        font-family: sans-serif; 
        font-size: x-large } 

P  { color: #000; } 
 
.one { position: relative;
        top: -2em; }

Span { color: orange;
         font-weight: bold }

 .SpNav { color: orange;
         font-weight: bold}

.cntpos { position: relative;
          top: .4in;
          color: black; }

.update { font-size: 10pt; 
          font-style: italic; }

#headline { text-align: center;
            font-style: italic; }

#para { color: blue;
        font-weight: 700; }

a:link { color: #0000ff;
         font-weight: bold;}

 a:visited { color: blue;
         font-weight: bold;}

 a:hover { color: orange;
         font-weight: bold;}

 a:active { color: green;
         font-weight: bold;}