
body {
  font-size: 14px;
  background-color: black;
  color: white;
  font-family: Courier, "Times New Roman";
  cursor: url(‘cursor.png’), auto;
  /*background-image:url('bg.png');*/
}

a{
  color: #90EE90;
  text-align:center
}

h1{
  font-size: 2em;
  text-align:center;
  border-style: solid;
  border-width: 3px;
  border-color: red;
  padding: 30px;
  margin: 50px;
}
h2{
  font-size: 14px;
  font-style: italic;
  text-align:center;
  margin: 20px;
  padding: 40px;
}
a:link{
  font-size: 10px;
  font-style: italic;
  color: white;
}

a:visited{
  color: pink;
  font-size: 10px;
  font-style: italic;
}

a:hover {
  color: red;
  font-size: 10px;
  font-style: italic;
}

a:active {
  color: yellow;
  font-size: 10px;
  font-style: italic;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #150000;
}