body {
  background-image: url("img/grassbg.jpg");
  /*background-color: white;*/
  color: black;
  font-family: 'Verdana', sans-serif;
}

 @font-face {
  font-family: 'Mochi Boom';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/mochiboom.ttf) format('truetype');
}

 @font-face {
  font-family: 'Kitty Cute';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/kittencutes.ttf) format('truetype');
}


#postbox {
  background-color: palegoldenrod;
  border-radius: 20px;
	border-top: 3px solid olivedrab;
	border-left: 3px solid olivedrab;
	border-right: 3px solid olivedrab;
	border-bottom: 3px solid olivedrab;
	padding: 12px;
	color: sienna;
	font-size: 14pt;
}

 h1 {
  font-family: 'Mochi Boom', sans-serif;
}

 a {
  border-radius: 6px;
  padding: 2px;
  color: seagreen;
  background-color: lightyellow;
  font-weight: bold;
} 

a:visited {  
color: mediumseagreen;  
}

#signature {
    font-family: 'Kitty Cute', sans-serif;
    font-size: 20pt;
}

 #footerimg {
  background-color: transparent;
} 


