

body { background-color: white;
       color: black;
       font-family: verdana, helvetica, arial, sans-serif;
        }

h1 { font-size: 1.2em;
     text-align: left;
     font-style: bold;
     letter-spacing: 3px;  }

h2 { font-size: 1.1em;
     text-decoration: underline;  }

p { font-size: 0.75em;
    text-align: left;
    line-height: 1.5em;  }


a:link { background-color: white;
         color: #000066;
	 text-decoration: none;  }

a:visited { background-color: white;
            color: #000099;
            text-decoration: none;  }









