body {
    background-color: #0080ff;
}

/* unvisited link */
a:link {
  color: ;
}

/* visited link */
a:visited {
  color: blue;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: blue;
} 



h1 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

h2 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
