@import 'reset.css';

body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

a:link {
	color: #A61A1D;
}

a:visited {
	color: #913C3E;
}


h2 {
	color: #111;
	display: inline;
	padding: 10px 15px 7px;
	background: #FFF;
	border: 3px solid #222;
	position: relative;
	top: 0px;
	font-size: 22px;
	letter-spacing: 0;
	font-style: normal;
	font-weight: bold;
	line-height: 54px;
	text-transform: uppercase;
	font-family: Helvetica, Verdana, sans-serif;
	margin-top: 15px;

}



p {

  margin-top: 10px;

}


img {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 6px;
}


