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

body{
	background-color: #005128;
}

p{
	margin: 0 0 0 0;
}


img{
	border:none;

}

.divtop{
	width:900px;
	height:250px;
	margin:auto;
	background-image:url(/images/mid.jpg);
}

.divmid{
	width:900px;
	margin:auto;
	background-image:url(/images/mid.jpg);
}

.divbot{
	width:900px;
	height:50px;
	margin:auto;
	background-image:url(/images/bottom.jpg);
	background-repeat:no-repeat;
}
.head1{
	font-family:"Comic Sans MS", cursive;
	font-weight:400;
	font-size:46px;
	color:#F4F7C5;
}
.head2{
	font-family:"Comic Sans MS", cursive;
	font-weight:400;
	font-size:24px;
	color:#F4F7C5;

}
.head3{
	font-family:"Comic Sans MS", cursive;
	font-weight:400;
	font-size:22px;
	color:#F4F7C5;

}
.head4{
	font-family:"Comic Sans MS", cursive;
	font-weight:400;
	font-size:18px;
	color:#F4F7C5;

}
.fontcolor{
	color:#F4F7C5;
	font-family: "Comic Sans MS", cursive;
	font-size: 15px;
}
