body{
	background-color:#9e9c96;
}

h1{
	font:-family:Palatino Linotype, Palatino, serif;
	font-size:12pt;
}

h2{
	font-family:Palatino Linotype, Palatino, serif;
	font-size:12pt;
	text-align:center;
}

h3{	font-family:Palatino Linotype, palatino, serif;
	font-size:14pt;
}

h4{
	font-family:Palatino Linotype, Palatino, serif;
	font-size:24pt;
	font-style:italic;
	font-weight:strong;
	font-variant:small-caps;
}
  /* Style for <a> tags in the nav section */ 
  nav a{ 
  } 
  </style>

/* Style for <a> tags in the nav section */ 
  nav a { 
  background-color: maroon; 
  color: white; 
  text-decoration: none; 
  outline: none; 
  }