body    {
        margin: 0;
        padding: 0;
        font-family: georgia, "Book Antiqua", palatino, serif;
        color: #000000;
        background : #ffffff;  
        }
div, p, th, td, li, dd, dl, dt    {
        /* redundant selectors to help NS4 not forget */
        font-family: georgia, "Book Antiqua", palatino, serif;
        }
a       {
        text-decoration: underline;
        font-weight: bold;
        }
a:link  {
        color: #ff0000;
        background-color: transparent;
        }
a:visited       {
        color: #ff0000;
        background-color: transparent;
        }
a:active        {
        color: #c0c0c0;
        background-color: transparent;
        }
a:hover {
        color: #ff8080;
        background-color: transparent;
        text-decoration: underline overline;
        }
dt      {
        font-weight: bold;
	margin-top: 20px;
        }
ol, li, dl, dt, dd {
        line-height: 1.5em;
        }
p {
        margin-top: 0; padding-top: 0;
        line-height: 1.5em;
        }
h1      {
        font-size:      24px;
        }

h2      {
        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
        }
code, tt, pre   {
        font: 12px "andale mono", monaco, courier, "courier new", monospace;
        color: #06c;
        background: transparent;
        }
blockquote	{
	font-family: helvetica, arial, sans-serif;
	}
#footer, .marginalia {
        font: 10px geneva, verdana, arial, helvetica, sans-serif;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dotted #333333;
        }
#faq li	{
	font-weight: bold;
	}
#faq p	{
	text-indent: 2em;
	}
.first  {
        margin-top: 0; 
        padding-top: 0;
        }
.vs0    {
        margin-top:     0;
        padding-top: 0;
        }
.ahem   {
        display: none;
        }
.small {
        font-size: 11px;
	text-align: left;
        }
.menubar {
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	background-color: #ffffcc;
	}
.booktitle {
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	color: #0000ff;
	background-color: #ffffff;
	}
.bookauthor {
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	color: #008000;
	background-color: #ffffff;
	}
.faq:link {
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	}
.faq:active {
	background-color: transparent;
	text-decoration: none;
	color: #c0c0c0;
	}
.faq:visited {
	background-color: transparent;
	text-decoration: none;
	color: #000000;
	}
.faq:hover {
	background-color: transparent;
	text-decoration: none;
	color: #ff0000;
	}
.white {
        color: #fff;
        background-color: #699;
        }
.notice	{
	font-size: 11px;
	color: #0000ff;
	background-color: #fff;
	text-align: center;
	line-height: 1.2em;
	}
.caption {
        font: 10px geneva, verdana, sans-serif;
	text-align: center;
        color: #00f;
        background-color: transparent;
        }
.fineprint {
        font: 10px geneva, verdana, sans-serif;
        color: #000000;
        background-color: #ffffff;
        padding: 5px 3px 7px 3px;
        border: 0;
        margin-bottom: 30px;
        text-align: center;
        }
.center {
	text-align: center;
	}
