html, body { background: #ffffff;
             color: #000000;
           }

a:link { background: #ffffff;
         color: #0000EE;
       }

a:visited { background: #ffffff;
            color: #880088;
            /*  color: #B22222;  */  
          }

body { font-size: 1em;
     }
h1 { font-size: 120%;
   }
h2 { font-size: 100%;
   }
.contact { font-size: 120%;
           line-height: 120%;
         }
.blueheader { font-size: x-large;
              color: blue;
            }
.bigheader {
             font-size: x-large;
             font-weight: bold;
           }
.header {
            font-size: large;
            font-weight: bold;
        }
.smaller {
               font-size: smaller;
         }
.small {
          font-size: small;
       }
.alert {
         color: red;
       }


