a.firstnav  {
 color: red;
 background-color: black;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-bottom: 1px solid red;
 }

a:link.firstnav  {
 color: red;
 background-color: black;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-bottom: 1px solid red;
 }

a:visited.firstnav {
 color: red;
 background-color: black;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-bottom: 1px solid red;
 }

a:hover.firstnav  {
 color: black;
 background-color: red;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-bottom: 1px solid red;
 }

a:active.firstnav   {
 color: black;
 background-color: red;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-bottom: 1px solid red;
 }

a.topnav  {
 color: red;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-left: 1px solid red;
 border-bottom: 1px solid red;
 }

a:link.topnav  {
 color: red;
 background-color: black;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-bottom: 1px solid red;
 }

a:visited.topnav  {
 color: red;
 background-color: black;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-bottom: 1px solid red;
 }

a:hover.topnav  {
 color: black;
 background-color: red;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-bottom: 1px solid red;
 }

a:active.topnav  {
 color: black;
 background-color: red;
 font-size: 11px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-weight: bold;
 text-decoration: none;
 padding: 7px;
 border-bottom: 1px solid red;
 }

#navbar {
 line-height: 30px;
 text-align: center;
 letter-spacing: -1px;
 }

body {
 background-color: black;
 margin: 0px;
 }