BODY {
	font-family : verdana, sans-serif;
 
  margin-left: 20%;
  margin-right: 20%;
	background-color : #fcfcfc;
	color: #7f2a1c;
}


P {
	font-family : verdana, sans-serif
}

H1 {
	text-align : center;
         font-weight : normal;
           font-size : xx-large;

}

H2 {
	text-align : center;
  font-weight : normal;
font-size : x-large;
}

H3 {
	text-align : center;
  font-weight : normal;
font-size : x-large;
}
.strong {
	text-align : center;
	font-weight : bold;
}

.center {
	text-align : center;
}

HR {
	width : 50%;
	text-align :center;
	align : center;
}
.left {
	text-align : left;
        align : left;

}
a:link {  text-decoration: none; }

a:visited {  text-decoration: none; }
