
/* HTML */
body { text-align: center; font-family: verdana; font-size: 75%; }

a:link, a:visited {  color: #FF9900; text-decoration: none; font-weight: bold; }
a:hover, a:active { color: red; }

p, h1, h2 { margin: 10px 0px 10px 0px; }
h2 { font-size: 12px; margin-top: 20px; }
li { list-style-type: square; }
td { vertical-align: center; }

h1 {
font-size: 30px;
font-weight: 800;
color: #000000;
}

h2 {
font-size: 20px;
font-weight: 800;
color: #ff9900;
}

h3 {
font-size: 15px;
font-weight: 800;
color: #333366;
}

hr {
color: #FF9900;
size: 2;
}

#numbers {
font-family: verdana;
font-size: 100%;
width: 100%;
cols: 3;
cellpadding: 5;
cellspacing: 0;
}

.caption {
font-size: 85%;
line-height: 1em;
}

/* header */
#header { background: #fff; border-bottom: 12px solid #333; width: 800px; text-align: left; height: 80px;
border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc;
}

/* footer */
#footer { text-align: center; font-size: 80%; margin: 10px; color: 333366; }
#footer a:link, #footer a:visited { color: FF9900; padding: 2px; text-decoration: none; }
#footer a:hover, #footer a:active { color: #Red; background-color: white; }

#bottom_nav { font-size: 90%; margin-top: 5px; }

#copyright { font-size: 90%; color: white; text-align: center;  }