body {
  background-color: #000080;
}

.center {
  text-align: center;
}

.normal {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 10px 50px 10px;
}

.bold {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 10px 50px 10px;
}

.menu {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #00008B;
  
}


 /* unvisited link */
a:link {
  //color: red;
  color: #6495ED;
  text-decoration: none;
}

/* visited link */
a:visited {
  //color: green;
  color: #6495ED;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  //color: hotpink;
  color: #CD5C5C;
  text-decoration: none;
}

/* selected link */
a:active {
  color: blue;
  text-decoration: none;
} 