@charset "utf-8";
p {
  font-family: Arial;
}
nav {
  border-style: solid;
  float: left;
  font-size: 20px;
  width: 120pt;
  background-color: #FFFFFF;
  padding: 7px;
	line-height:101px
 
}
article {
  height: auto;
  overflow: auto;
	padding: 10px;
  color: 	#00008B;
  text-align: left;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #000000;
	font-size: 14pt;

}
header {
  text-align: center;
  background-color: #F28500;
  font-size: 15pt;
  height: 29pt;
  font-family: monospace;
}
body {
  background-color: #ADD8e6;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
section {
  text-align: center;
  text-align: start;
  width: 500pt;
  float: center;
  border-style: solid;
}
h2 {
  text-align: center
}
a:link {
  color: #FFBF00;
  text-decoration: none;
  margin-bottom: 20px;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #AA0000;
}
a:active {
  color: #8B4000;
}