body {
	background-color : #2C86B4;
	color: black;
}
a {
	text-decoration : none;
	color : white;
	background-color : #2C86B4;
}
a:hover {
	color : white;
	background-color : #0197FF;
}
.text {
	text-align : center;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
.textbig {
	font-size : 12pt;
}
