body	{
	font-family: georgia, "Book Antiqua", palatino, serif;
	color:	#000000;
	background : #b22d04;  
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  georgia, "Book Antiqua", palatino, serif;
    }
a	{
	font-weight:	bold;
	}
a:link	{
	color:	#699;
	background-color: transparent;
	}
a:visited	{
	color:	#999;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#066;
	background-color: transparent;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
#logo	{
	font-size:	48px;
      text-align: left;
      color: white;
	}
#stress {
      text-decoration: underline;
	font-weight: bold;
      font-style: italic;
        }
#fullpage	{
	position:relative;
      margin-left: 10px;
      margin-right: auto;
      text-align: left;
	}
#mainbody	{
	position:relative;
      margin-left: 10px;
      margin-right: auto;
      width: 700px;
      text-align: left;
      border: none;
	}
#article {
      width: 60%;
	padding: 10px 20px;
	margin: 2% 1%;
	border: 1px solid #333;
      color: #000000;
      background-color: #fff;
      float: left;
	}
.quote {
	padding: 10px 60px;
	}
#ipa  {
	font-family: "Lucida Sans Unicode";
	}

p     {
	margin-top: 0; padding-top: 0;
	line-height: 1.3em;
	}	
h1	{
	padding: 20px 10px;
	font-size:	36px;
      text-align: center;
	}
	
h2	{
	padding: 20px 0px;
	font-size:	22px;
	}
	
h3	{
	font-size:	20px;
	}
	
h4    {
	font-size:	18px;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	12px;
	}		
h1, h2, h3, h4, h5, h6	{
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color:       #000000;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
#libnav {
         text-align: center;
         border-bottom: solid 1px #ccc;
         border-top: solid 1px #ccc;
	   color: #ffffff;
         clear: left;
         }
#libnav a:link {color: #ffcccc;}
#libnav a:visited {color: #ffcccc;}
#libnav a:active, .libnav a:hover {color: #ffffff;}
#menu {
      width: 20%;
	margin: 2% 1%;
	padding: 3px 5px 5px 10px;
	color: #b22d04;
	background-color: white;
	border: 1px solid black;
      float: left;
	}
#menu a:link {color: #0000cc;}
#menu a:visited {color: #b22d04;}
#menu a:active, #menu a:hover {color: #ff3333;}
#fineprint {
	font: 12px geneva, verdana, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 5px 3px 7px 3px;
	border: 0;
	margin-bottom: 30px;
	text-align: left;
      clear: left;
	}	
#credits {
	font: 12px geneva, verdana, sans-serif;
      font-style: italic;
         }
#author {
         font-family: serif;
         font-style: italic;
         font-weight: bold;
	   font-size: 20px;
         margin: 20px 5px;
	  }
table	{
	color:	black;
	background-color: white;
      border: 2px solid black;
	}
th	{
	color:	white;
	background-color: black;
      border: 1px solid black;
	}
td	{
	color:	black;
	background-color: white;
      border: 1px solid black;
	}
td.highlight {
      background-color: #ccccff;
      }

