html { background: white;
       border-top: 1px solid black;
       border-left: 1px solid black;}

body { background: #7da7d9;
       border: 1px solid black;
       padding: 3px;
       margin: 3px;
	   }

h1 { font-weight: bold;
     font-size: 10pt;
	      padding-top: 2ex;
	      padding-bottom: 0.2ex;
	    }

a { display: block;
	     text-decoration: none;
	     color: black;
	     padding: 0px 1px 0px 1px;
           }

a:hover { color: white;
           }
