body {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.5;
	
	background-color: #fffcfc;
	color: #4e381a;
	margin: 40px auto 40px auto;
	width: 500px;
  padding: 50px 100px 0 100px;
  border: 1px solid #4e381a;
}

p{
 	font-size: 14px;
	font-weight: 100;
  color: #4e381a;
  text-align: center;
  padding: 10px 0 10px 0;
}

h1 {
	font-size: 30px;
	font-weight: 100;
  color: #4e381a;
  text-align: center;
}


h2 {
	font-size: 16px;
	font-weight: 100;
  color: #4e381a;
  text-align: right;
    padding: 40px 0  0;
}

h3 {
  	font-size: 16px;
	font-weight: 200;
  color: #4e381a;
     padding: 10px 0 10px 0;
}

h4 {
	font-size: 16px;
	font-weight: 300;
  color: #1e5c9d;
  text-align: left;
    padding: 20px 0 20px 0;
}

h5 {
	font-size: 14px;
	font-weight: 300;
  color: #4e381a;
  text-align: left;
    padding: 10px 0 20px 0px;
}

h6 {
	font-size: 12px;
	font-weight: 100;
  color: #4e381a;
  text-align: left;
    padding: 0 0 0 20px;
}


previously for h3 #3d9970