   body { background-color: white; font-size: 12pt; margin-right: 20px}
   #head {position: absolute; top: 0px; left: 0px; width: 100%; text-align: center; 
          font-family: sans-serif; background-color: #0000FF; color: white;
          border-bottom: 2px solid black}
   #head a {color: white; background-color: #0000FF; font-size: 8pt; font-weight: bold;
            text-decoration: none; text-align: center; border: 5px outset white; 
            width: 100px; padding: 2px; margin-left: 20px}
   #head a:hover {color: black; background-color: yellow; border: 5px inset white}

   #linklist {
	position: absolute;
	top:96px;
	left: 0px;
	font-size: 15pt;
	background-color: #0000FF;
	font-weight: bold;
	font-family: sans-serif;
	width: 140px;
	border-right: 2px solid black;
	height: 1491px;
}
   #linklist a {color: white; text-decoration: none; display: block; padding: 7px}
   #linklist a:hover {color: black; text-decoration: none}
   #linklist .newgroup {margin-top: 10px}

   #main {
	position: absolute;
	top: 74px;
	left: 147px;
	width: 544px;
}
   .firstp:first-letter {font-size: 300%; line-height: 0.8; float: left}

   address {border-top: 2px solid black; font-style: normal; font-size: 8pt; 
            font-family: sans-serif; text-align: center}
