h1 {
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000080;
       }
h2 {
	font-family: Arial;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: darkred;
       }
h3 {
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000080;
       }
h4 {
       	font-family: Arial;
       	font-size: 16px;
       	font-style: normal;
       	line-height: normal;
       	font-weight: bold;
       	color: #000000;
       }
p {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
       }
a {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #0000FF;
       }
.info {
	width: 700px;
	border-top: 2px dashed;
	border-bottom: 2px dashed;
	border-left: 2px dashed;
	border-right: 2px dashed;
	border-color: dimgray;
	background: mintcream;
}