@charset "UTF-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #C3D9FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #C3D9FF;
	font-size:12px;
}
.style1 {
	padding: 0 20px;
	background: #C3D9FF;
	font-size:12px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #AAAAAA;
}
.submenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
-->
</style>

