@charset "utf-8";
/* CSS Document */

body {
	
	height: auto;
	width: 900px;
	margin: auto;
	padding: 15px;
	border: thin solid #FFFFFF;
}
.style2 {font-size: small}
.style3 {font-size: large}
.background_color {
	background-color: #BBD0EB;
	padding: 15px;
}
}
a:link {
	text-decoration: none;
}

 