body {
	font-family: "Comic Sans MS", Arial, sans-serif;
	background-image: url(images/WhiteDaisybkg.jpg);
	margin: 0px;
	height: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	width: auto;
	color: #000033;
	background-color: #FFFFFF;
}

td {
}

th {
}

li {
	line-height: normal;
}


/************************ #Font Styles ************************/
h1 {
	color: #000077;
	font-size: 175%;
	font-weight: bold;
	font-family: "Comic Sans MS";
	text-align: center;
}

h2 {
	color: #000033;
	font-size: 150%;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-style: italic;
}

h3 {
	font-family: "Comic Sans MS";
	font-size: 125%;
	font-weight: normal;
	color: #000033;
	font-style: normal;
}

h4 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000033;
}

h5 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000033;
}

h6 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 65%;
	font-weight: normal;
	color: #000033;
}
p {
	font-family: "Comic Sans MS";
	font-size: 90%;
	color:#000033;
}

/************************ #Anchor Styles ************************/
a {
	color: #990000;
}

a:link {
	color: #CC0000;
}

a:visited {
	color: #CC0000;
}

a:hover {
	color: #993300;
}

/************************ #Class Styles ************************/

.blackText {
	color: #000000;
}

.italicized {
	font-style: italic;
}


.navbar {
	font-family: Broadway;
	text-align: right;
	font-size: medium;
}
.NavBkgd {
	background-image: none;
	background-color: #000066;
}
.style4 {
	font-family: "Comic Sans MS";
	font-size: small;
	font-style: normal;
}
.style5 {
	font-family: "Comic Sans MS";
	font-size: small;
	color: #000033;
}

