h1 {color: Red}
h5 {color: Blue}
ul { list-style-type: square }
ul ul {list-style-type: disk}
ul ul ul {list-style-type: circle}

a:link {color: blue}
a:visited {color: green}
a:hover {color: lime}
a:active {color: red}

.copyright {font-family: "times new roman", "times", serif; color: black}

hr {color: white; background-color: white}