body {background: pink}
h1 {color: red; text-align: center}
hr {color: white}
#links {border: 5px outset white; width: 160px; height: 80%; float: left; background-color: red; margin: 10px 10px 10px 10px}
#links a {display: bold; color: white; text-align: center}
#links a:link {text-decoration: none}
#links a:visited {text-decoration: none}
#links a:hover {color: black; text-decoration: underline}
#links a:active {color: black; text-decoration: underline}
#main {color: red; border-right: 2px solid white; margin-right: 0px; padding-right: 10px}

