@charset "UTF-8";
body {background-color: #31639C;

}
/* CSS Document */

a:link {
	color: #0206F7;
}
a:visited {
	color: #800080;
	text-decoration: none;
}
a:hover {
	color: #FB00FB;
}
a:active {
	color: #B000B8;
	text-decoration: none;
}

