hr {color: green; background-color: green; height: 3px;}
ul {list-style-type: square}
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; color: white; background-color: green}
