<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">

<html>
<head>
  <title></title>
</head>

<body>
  /* CSS for ASNM Site */ body { font-family: Verdana, Helvetica, Arial, sans-serif; padding: 0; margin: 0; line-height: 125%; background-image: url(images/background.jpg); } body { font-family: Verdana, Helvetica, Arial, sans-serif; padding: 0; margin: 0; line-height: 125%; background-image: url(images/background.jpg); } /* It seems that both of these are needed. */ h1, h2, h3 { font-family: Trebuchet MS, Helvetica, Arial, sans-serif; } h1 { font-size: x-large; color: navy; padding-top: 2em; padding-bottom: .2em; padding-left: .4em; margin: 0; } 
  h2, h3 { color: navy; font-size: 130%; font-weight: normal; padding-top: 15px; } 
  li { font-size: normal; list-style-type: none; color: navy; } 
  p { font-size: small; color: navy; } em { text-transform: uppercase; } 
  a { font-weight: bold; } 
  a:link { color: black; } 
  a:visited { color: navy; } 
  a:hover { text-decoration: underline overline; color: white; background-color: navy; } 
  a:active { color: aqua; background-color: navy; }
   .fun { color: #339999; font-family: Georgia, Times, serif; letter-spacing: 0.05em; } 
   blockquote.fun { font-style: italic; } #navigation { width: 135px; padding-top: 60px; } #navigation2 { width: 135px; padding-top: 60px; } #header { } .featurer { float: right; margin: 10px; } .featurel { float: left; margin: 10px; } /* This section deals with the position of items on the screen. It uses absolute positioning - fixed x and y coordinates measured from the top-left corner of the browser's content display.*/ #navigation, #bodycontent, #header { position: absolute; } #navigation, #bodycontent { top: 290px; } #navigation2, #bodycontent2, #header { position: absolute; } #navigation2, #bodycontent2 { top: 290px; } #navigation2, #bodycontent2 { top: 120px; } #bodycontent { left: 170px; width:530px; } #bodycontent2 { left: 170px; width:530px; } #header { width: 100%; }
</body>
</html>

