body
{ background-color: white;
  font-family: "Arial", sans-serif;
  color: black;
}

a:link, a:visited
{ color: blue;
  text-decoration: underline;
}

a:hover
{ color: maroon;
  text-decoration: underline;
  font-size: larger;
}

a:active
{ color: red;
  text-decoration: underline;
  font-size: larger;
  font-weight: bolder;
}

img
{ border: none;
}

div
{ text-align: left;
}

div#footer
{ margin-top: 30px;
  padding-top: 5px;
  padding-bottom: 50px;
  border-top-width: 3px;
  border-top-color: #D3D3D3;
  border-top-style: dashed;
}

div#footerLeft
{ float: left;
  font-size: smaller;
}

div#footerRight
{ float: right;
  font-size: smaller;
}

p
{ text-align: left;
}
