body {
	background: #EEF2FF;

	color: #000000;
	font-size: 12pt;
  font-family: 'Times New Roman', serif;
	
	max-width: 700px;
	margin: 50px auto;
	padding-left: 20px;
	padding-right: 20px;
}
p {
  color #000000;
}
h1 {
    color: #990000;
    text-align: center;
}


h2, h3 {
    color: #0F0C5D;
    text-align: center;
}

a, .green-text {
    color: #008000; 
    text-decoration: none;
    text-align: center;
}

a:hover {
    text-decoration: underline;
    text-align: center;
}

p {
    line-height: 1.4;
    text-align: center;
}
div {
     text-align: center;
}
