hr {color: green; background-color: green; height: 3px;}
h1 {color: blue; text-align: center}
h2 {color: blue}
h3 {color: blue}
th {color: blue}
td {color: blue}
ul {list-style-type: square; color: blue}
ul ul {list-style-type: disc}
ul ul ul {list-style-type: circle}
a:link {color: blue}
a:visited {color: green}
a:hover {color: lime}
a:active {color: red}
ol {list-style-type: upper-roman}
p, li {font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 13px}
.copyright {font-family: "Times New Roman", "Times", serif}
#copyright {position: float; bottom:}
#navigation a
{
color: #000;
background: #ffa20c url(left-tab.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px
}

#navigation a span
{
background: url(right-tab.gif) right top no-repeat;
padding-right: 10px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover
{
color: #fff;
background: #781351 url(left-tab-hover.gif) left top no-repeat;
padding-left: 10px
}

#navigation a:hover span
{
background: url(right-tab-hover.gif) right top no-repeat;
padding-right: 10px
}

#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
float: left;
margin: 0;
} 

