/* CSS Document */
body { background-color: #8BADC5;
        color: #000000;
        font-family: Calibri;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
       }
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #8BADC5;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: 24px;
	font-weight: bold;
}
.style3 {color: #0D185A}
