.headline {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 48px;
	text-align: left;
	border: none;





}
.text {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 100%;
	text-align: justify;
	font-weight: normal;
	border-top: medium solid #5A89F3;
	border-right: medium none #5A89F3;
	border-bottom: medium none #5A89F3;
	border-left: medium none #5A89F3;

}

.footer {
	font-family: "Bookman Old Style", Times, serif;
	font-size: 12%;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: capitalize;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #5A89F3;
	border-right-color: #5A89F3;
	border-bottom-color: #5A89F3;
	border-left-color: #5A89F3;


}

body {
	background-color: #B5CDFD;
	scrollbar-face-color: #5A89F3;
	scrollbar-highlight-color: #5A89F3;
	scrollbar-3dlight-color: #B5CDFD;
	scrollbar-darkshadow-color: #B5CDFD;
	scrollbar-shadow-color: #B5CDFD;
	scrollbar-arrow-color: #B5CDFD;
	scrollbar-track-color: #B5CDFD;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
