@charset "UTF-8";
body {
	color: #36364A;
	background-color: #3462B7;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-image: url(/images/clouds.jpg);
	background-repeat: no-repeat;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
