
/* Create a blue scroll bar that matches Pathfinder colors*/
html {
scrollbar-base-color: #C8D6FB;
scrollbar-arrow-color: 3366ff;
scrollbar-track-color: #000066;

scrollbar-shadow-color: 000033;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: 0000ff;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: 000099;
}

/* An unordered list */
ul
{
list-style-image: url('ltblupin.gif');
font: bold 12pt "Times New Roman" modern verdana; color: #000066;
text-align: left;
}

/* Make all horizontal lines blue and 95% */
hr
{
color: #0000ff; width: 95%;
}

/* Center, color, align and size the footer text */
.foot
{
font-size: xx-small;
font-family: arial;
color: #0000ff;
text-align: center;
}

/* All h1 tags will be blue bold and extra large font center aligned*/
H1
{
font: bold xx-large 'Times New Roman' verdana modern;
color: #000066;
text-align: center;
}
/* everything included in the wrapper will be 750px with a 2px border*/
#wrapper
{
width: 750px;
border: 2px #0000ff solid;
margin:0 auto;
padding: 5px;
}

body
{
background: white;
font-color:#000066;
alink:#0000ff;
vlink:#5050af;
}
H3, h3
{
font: bold 14pt 'Times New Roman' verdana modern;
color: #000066;
}

table
{

}

h4, H4
{
font: 12pt bold 'Courier New' verdana modern; color: #000066;
}

h2, H2
{
font: bold large 'Times New Roman' verdana modern;
color: #000080;
}

h5
{
font: xx-small 'Times New Roman' verdana modern;
color: #000099;
}

.head
{
font-size: 12px;
font-family: 'Times New Roman' verdana modern;
color: #0000ff;
text-align: center;
}

