@charset "UTF-8";
/* CSS Document */

h3   {color:#3B5323;
      font-family:courier;
	  font-size:190%
	  }
p     {color:#3B5323;
      font-family:courier;
	  font-size:90%
	  }
a:link {
    color: #3B5323;
    text-decoration: none;
}

a:visited {
    color: #3B5323;
    text-decoration: none;
}

a:hover {
    color: #3B5323;
    text-decoration: none;
}

a:active {
    color: #3B5323;
    text-decoration: none;
}