@charset "utf-8";
body {
	background-image: url(LOGO.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #DADFEE;
	margin: 0px;
	color: #3953A4;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
}
table {
	font-family: Comic Sans MS, cursive;
}
p {
	color: #3953A4;
	font-size: 16px;
	font-family: "Comic Sans MS", cursive;
}
strong {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	background-color: #3953A4;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	color: #FFF;
	background-color: #3953A4;
	font-size: 36px;
}
h2 {
	font-family: "Comic Sans MS", cursive;
	color: #3953A4;
	text-decoration: underline;
	font-size: 24px;
	font-variant: small-caps;
}
h3 {
	font-family: "Comic Sans MS", cursive;
	color: #3953A4;
	font-size: 20px;
	text-transform: none;
	font-variant: normal;
	font-style: italic;
}
h4 {
	font-family: "Comic Sans MS", cursive;
	color: #3953A4;
	background-color: #FFF;
	font-size: 16px;
}
h5 {
	font-size: 20px;
	font-weight: bolder;
	text-transform: capitalize;
	color: #3953A4;
	line-height: normal;
}

