/* CSS Document */


body {
	background-color: #0066FF;
}
.style1 {
	font-family: "Comic Sans MS";
	color: #0000FF;
	font-size: x-large;
}
.style2 {font-family: "Comic Sans MS"}
.style3 {font-family: "Comic Sans MS"; font-size: x-large; }
.style4 {color: #0000FF}
.style5 {color: #FFFFFF}
.style6 {font-family: "Comic Sans MS";
			color: #FFFFFF;}