div {
  padding:20px; /*sets equal padding on all sides of the element */ 
}
body {
  background-color: #ffffff;
  font : Verdana;
}

h1 {
  color:#3b911b;
}

h2 {
  color:#31b03a;
}

h3 {
  color:#4e963c;
}

p {
  color: #000000;
}

p {
  text-align: left;
}




/* unvisited link */
a:link {
  color: #10550d; text-decoration: underline;
}
/* visited link */
a:visited {
  color: #208323; text-decoration: underline;
}
/* mouse over link */
a:hover {
  color: #36fa35; text-decoration: underline;
}
/* selected link */
a:active {
  color: #e3ff00; text-decoration: underline overline;
}


/* navlink class */
.navlink2 {
margin: 10px 10px 10px 10px;
padding-left: 10px;padding-right: 10px;
border-style: solid; border-width: 10px; border-color: white;
}


