.blocktext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: justify;
}

body {
	background-color: #00276A;
	font: 18px "Times New Roman", Times, serif;
}

a {
	color: #fccb66;
	font: 18px "Times New Roman", Times, serif;
	text-decoration: none;
}

a:visited:active {
	color: #ffcb66;
	text-decoration: none;
	font-size: 18px;
}

a:hover {
	color: aqua;
}


