@import "tabs.css"; /* This doesn't work with Netscape 4.x anyway... */

BODY {
  /*background-image: url("pics/a051.jpg");*/
  background-color:
  /*#c9d6df*/
  /*#99ccff*/
  #98c0f3;
  max-width: 60em;
}

/*H1 { text-align: center }*/
H1 { margin-bottom: 0 }

H1, H2, H3, H4 { font-family: sans-serif;
	         color: /*midnightblue*/ #0066cc;
	       }
STRONG, SMALL { font-family: sans-serif; }


TD.body H2 { margin-top: 0; }

DIV.body { background-color: #efe6d9;
	   border: 2px solid #06c;
           margin: 5px;
           padding: 5px; }

div.right { float: right; }


/* Add blue borders to linked images, missing in Safari & Opera
   Same as the traditional defaults in Firefox & Seamonkey */
a img { border: 2px solid #00f; }
a:visited img { border: 2px solid #551a8b; }

img[border="0"] { border-width: 0; }


