header {font-family: Arial;
        text-align: center;}

h1 {font-family: Arial;
    text-align: center;}

h2 {font-family: Arial;
    font-size: 18px;}

body {font-family: Arial;
      color: #093451;
      font-weight: normal;
      margin: 20px 50px 20px;
      background-image: url(index/background.jpg);
      background-repeat: repeat;}

ul {list-style-type: circle;}

footer {font-style: italic;
        font-size: 10px;}

div {background-color: #ffffff;
      width: auto;
      border: 25px white;
      padding: 25px;
      margin: 25px;}

/* unvisited link */
a:link {
  color: #040136;}

/* visited link */
a:visited {
  color: #040136;}

/* mouse over link */
a:hover {
  color: #040136;}

/* selected link */
a:active {
  color: #040136;}