body{
	color: #191970;
	background: #4682b4;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Sans-serif, "Times New Roman";
	font-size: 20pt;
	line-height:1em;
	margin: 1.5em;
	margin-bottom: 0.5em;
	}

p{
	background: #dedede;
	font-size: 12pt;
	padding: 0.5em;
	margin: 0em;
	text-indent: 1em;
}


.center{
	text-align: center;
	background: #dedede;
	}

address{
	font-style: normal;
	font-weight: normal;
	text-align: right;
	font-size: 12pt;
}



a:hover{
	color: red;
	background: #ffcccc;
	text-decoration: underline;
	}

