BODY {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}
H1 {
	font-size:100%;
}
H2 {
	font-size:90%;
}
P, LI, H3 {
	font-size:80%;
}

#header {
  width:100%;
  background-color: navy;
  text-align: center;
  padding: 15px;
}

#header A {
  color: white;
  text-decoration: none;
}

#header A:hover {
  text-decoration: underline;
}

#navigation {
  padding: 10px 0px 0px 20px;
  background-color: #ADD8E6;
  width:130px;
  height:100%;
  line-height:140%;
}

#navigation A {
  color: navy;
  font-weight: bold;
  text-decoration: none;
}

#navigation A:hover {
  text-decoration: underline;
}

#content {
 position: absolute;
 left: 150px;
 top: 50px;
 padding: 10px;
}

#content A:link {
  color: blue;
  text-decoration: underline;
}

#content A:hover {
  text-decoration: none;
}

#content A:visited {
  color: purple;
}