p {font-family: Times, serif;
	font-size: 16px; color: #000000;}

body
{   background-color: #F5FFCE; color:#000000;
	margin: 0;
}

h1 {
	font-size: 36px;
	color: #12239D;
	text-align:center;
}

h2 {font-size: 24px;
	color: #12239D;
	text-align:center;
}

h3 {font-size: 20px;
	color: #12239D;
	text-align:center;
}

h4 {font-size: 16px;
	color: #000000;
	text-align:center;
}

a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: red;
}
a:active {
	color: blue;
}

img{ border:0px solid red;}


