body {
  background: white;
  color: #333;
  line-height: 1.3;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif }

a:visited {
	color : #416DFF; text-decoration : none; 
}

a:link {
	color : #416DFF; text-decoration : none;
}

a:hover {
	color : Red; text-decoration : underline; 
}

a:active {
	color : Red; text-decoration : underline; 
}

h1, h2, h3, h4 { 
  border-bottom: thin solid;
  color : #aa7;
 }

h1 {
  line-height: 1;
  text-align: left;
  font-variant: small-caps;
  padding: 0 0 0.2em 0;
  font-weight: normal }

h2 {
  text-align: left;
  line-height: 1;
  padding: 0 0 0.2em 0;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  margin-top: 3em }

h3 {
  border-bottom: thin solid;
  font-weight: bold;
  font-size: 1em;
  margin: 1.5em 1em 1em 0;
  display: run-in }

