<html>
<style media="screen" type="text/css"><!--
body {
color: gray;
font: bold 12px/24px "Trebuchet MS", Arial, Helvetica, -
Geneva, sans-serif;
background-color: black }
a:link {
color: white;
text-decoration: none }
a:hover {
color: white;
text-decoration: underline }
a:active {
color: silver;
text-decoration: underline }
a:visited {
color: white;
text-decoration: none }
--></style>
<body>
<a href="home.html" target="content2">Home</a><br>
<a href="page1.html" target="content2">Page 1</a><br>
<a href="page2.html" target="content2">Page 2</a><br>
<a href="page3.html" target="content2">Page 3</a><br>
</body>
</html>