body {
	  background-color: #00cccc;
	  font-family: Veranda, Arial, Helvetica, sans-serif;
	  }



a{
  text-decoration:none;
  font-weight: bold;
  color:blue;
 }
a:hover{
        color:red;
       }
a:visited  {
           color:purple;
           }
a:visited:hover {
              color:red;
                {
    
p{
  font-family: Veranda, Arial, Helvetica, sans-serif;
 }


  
div.pjust {
                 text-align: justify;
                 text-indent: 2em;
                 }

div.pjust1:first-letter 
                 {
                  font-family: serif;
                  font-weght: bold;
                  font-size: 275%;
                  float: left;
                 }    

div.pblink {
               text-decoration : blink;
                  font-weght: bold;
                  font-size: 175%;
                   font-style: Oblique, Italic;
                    color:orange;
                 }    


