/* -------------- general elements --------------- */

body {
  font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background-color:"#ADD8E6";
  color: Black;
  margin: 0;
  padding: 0;
}

h1 {
	font-size: 60%;
	margin-left: 30;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

h5 {
	font-size: 100%;
	margin-left: 20;
	margin-top: 0;
}
hr {
  border: 0px;
  border-top: 1px solid #8cacbb;
  text-align:left;
  height: 0px;
  margin-bottom: 0px;
}
a {
  color: black;
  text-decoration:none;
}
a:hover {
  color:black;
  text-decoration:underline;
}
