html a:link {
color: #003366; 
text-decoration: underline; 
}

html a:active {
color: #003366; 
text-decoration: underline;
}

html a:visited {
color: #8b0000; 
text-decoration: underline; 
}

html a:hover {
color: #8b1a1a; 
text-decoration: none; 
}


h3 {
font-size:16px;
font-family: arial, helvetica;
font-weight:bold;
}

h4 {
font-size:14px;
font-family: arial, helvetica;
font-weight:bold;
}

#toptitle h2 {
margin-top: 0px;
margin-bottom: 0px;
font-size: 24px;
font-family: arial, helvetica;
font-weight: bold;
color:#003366;
display:inline;
}

#header {
background: url(../images/topbar.gif) repeat-x 100% 0%;
width:900px;
height:20px;
}

#toptitle img {
float:left;
display: inline;
margin-right: 30px;
margin-top:2px;
}

#headertext{
float: right;
font-size: 12px;
font-family: arial, helvetica;
}

#headertext a:link {
color: #003366; 
text-decoration: underline; 
}


html table {
font-family: arial, helvetica;
font-size:13px;
}

 table.errata td {
font-size:12px;
font-family: arial, helvetica;
}

 table.errata b {
font-size:14px;
font-family: arial, helvetica;
color:#003366;
}

html body {
padding:0px;
font-size:12px;
font-family: arial, helvetica;
width:900px;
}

html p {
padding:0px;
font-size:12px;
font-family: arial, helvetica;
line-height: 16px;
}

html table img {
display:inline;
margin-right:7px;
}

</style>