/*
CSS for My Favorite Monkey
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #003300;
  font-size: 75%;
  background-color: #55AE3A;
  padding: 0;
  margin: 0;
}


h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: medium;
  background-color: #FFFFFF;
  color: #003300;
  text-align: center;
 }

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: bullet;
  text-align: left;
}


em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
  font-size: 85%;
}

a:link {
  color: #55AE3A;
}

a:visited {
  color: #55AE3A;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: #55AE3A;
}

a:active {
  color: aqua;
  background-color: white;
}

.one {
  color: #003300;
  font-family: Verdana, Times, serif;
  font-size: x-small;
}

blockquote.fun {
  font-style: italic;
}


