/* CSS Document */
body {
font-family: "Arial";
color: #000000; 
font-size: 12px;
background: #ffffff
}

h1 {
font-family: "Arial";
color: #0000FF;
font-size: 20px;
font-weight: bold;
background: transparent
}

h2 {
font-family: "Arial";
color: #FFFFFF;
font-size: 16px;
font-weight: bold;
background: #0000FF
}

h3 {
font-family: "Arial";
color: #FFFFFF;
font-size: 16px;
background: #FF0000
}

h4 {
font-family: "Arial";
color: #FFFFFF;
font-size: 16px;
background: #339900
}

a:link {
font-family: "Arial";
color: #0000FF;
font-size: 12px
}

a:active {
font-family: "Arial";
color: #000000;
font-size: 12px
}

a:visited {
font-family: "Arial"; 
color: #00FFFF;
font-size: 12px
}

a:hover {
font-family: "Arial";
color: #FFFF00;
font-size: 12px;
font-weight: bold
}

blockquote {
border-style: double;
padding: 12px
}

table.banner {
width: 980px;
align: center;
border: double;
background-color: #FFFF00;
border-color: #FFFFFF
}

table.main {
width: 980px;
align: center;
border: double;
background-color: #000000;
border-color: #FFFFFF
}

td.right {
font-family: Arial;
font: normal;
padding: 3px
}

