body { color: #003;
       background-color: #fff;
       font-family: Optima,sans-serif;
       width: 50em;
     }

div#header { font-size: 120pt; }

div.sec { border-right: solid #000 thin; 
          font-size: large;
          width: 15em;
          margin-left: 2%;
          margin-bottom: 1em;
	}

div.rsec { border-right: solid #000 thin; 
           font-size: large;
           width: 15em;
           margin-left: 2%;
           margin-right: 2%;
           margin-bottom: 1em;
	   float: right;
	   clear: both;
	 }

div.sechead { color: #f80;
              font-size: x-large;
              border-bottom: solid #000 thin;
	    }

div#dlblock { float: right;
	      margin-left: 1em;
	      border: solid #000 thin;
	    }
div#dlblock td { background-color: #ccc; 
		 padding: 0.1em;
	       }

div.drop { font-size: large;
	   font-weight: bold;
	   float: left;
	   margin-right: 0.5em;
	   margin-bottom: 0;
	 }

h2 { text-align: right;
     color: #fa0;
     border-bottom: solid #000 thin; }

ul { list-style-type: none;
     text-align: right;
     padding-right: 0.5em;
   }

p { text-align: justify; }

a:link { color: #003; }
a:visited { color: #223; }
div#header a:link { color: #003; text-decoration: none; }
div#header a:visited { color: #003; }
