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;
       }