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

body {
	background-color: #037979;
}
a.one:link {color: #ffffff; text-decoration: underline;}
a.one:visited {color: #000000; text-decoration: none;}
a.one:hover {color: #000000 text-decoration: underline;}		

.style1 {font-family: "Comic Sans MS"}
.style2 {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}
.style3 {
	font-size: 20px
}
.style4 {
	font-size: 15px
}
