body {
     background:#ccccff;
     color:black;
     font-family: Bookman Old Style, Arial;
     font-size:11pt
     }

a:link {
   color:blue;
    text-decoration:none
	}

a:visited {
   color:purple;
    text-decoration:none
	}

a:active {
   color:green;
    text-decoration:none
	}

a:hover {
  color:yellow; text-decoration:none
   }

h2 {
   font-size:13pt
   }

