@import 'reset.css';

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

a:link {
	color: #A61A1D;
}

a:visited {
	color: #913C3E;
}

h2 {
  line-height: .9;
  font-size: 28px;
  font-weight: normal;
	color:#333;
	padding-bottom: 12px;
}

p {

  margin-top: 10px;

}


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

