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

body {
	padding: 0x;
	margin:0px;
	background: #ffee93;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color:#42577B;
}

a:visited {
	text-decoration: none;
	color: #42577B;
}

a:hover {
	text-decoration: underline;
	color:#9DB4D7;
}

a:active {
	text-decoration: none;
	color: #333;
}

img, img a, div, div a {
	border:none;
}

p {
margin:5px;
padding:0;
text-align:left;
}



#main {
		

}

.title {
	font-size: 36px;
	color: white;
	text-align: center;
}
.title20 {
	font-size: 20px;
	color: white;
	text-align: center;
}


