@charset "UTF-8";
/* CSS Document */

/* .centeredText {text-align: center; */



h2 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 1.7em;
	  font-weight: 300;
	  text-align: center;
	  margin-bottom: .1em;
	  padding-bottom: 0em;
	  }

	  
h3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	  font-size: 1.2em;
	  font-weight: 120;
	  text-align: center;
	  margin-top: .3em;
	  margin-bottom: .7em;
	  }
	  
	  
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #742F3A;
	}
	
a:hover {
	text-decoration: underline;
	color: #72233d;}
	  
	  
	  
.centered { text-align: center; }
