h1 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
}
h3 {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: italic;
	color: #000000;
	margin-left: 5px;
}
p:first-letter {
	font: italic bold 14px "Century Gothic";
	color: #800000;
}
a:visited {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFF66;
	text-decoration: underline;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
}
p {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	margin-left: 5px;
	font-weight: normal;
	margin-right: 5px;
}
h6 {
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
}
a:link {
	font-family: "Century Gothic";
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
}
a:hover {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: bolder;
	color: #27F219;
	text-decoration: underline;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
}
a:active {
    font-family: "Century Gothic";
	font-size: 11px;
	font-weight: bolder;
	color: #800000;
	text-decoration: blink;
	vertical-align: middle;
	text-align: left;
	margin-left: 10px;
}
h2 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	margin-left: 5px;
}
.p1 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #000000;
}
blockquote {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	color: #000000;
	text-align: left;
	text-indent: 20px;
}


body {
	background-color: #CC6633;
}
.style2 {
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	font-style: italic;
}
.style6 {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.style3 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	color: #000000;
	margin-left: 5px;
}
.style4 {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	color: #000000;
	margin-left: 20px;
}
.style5 {
	color: #000066;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	margin-left: 20px;
}
#marqueecontainer{
	position: relative;
	width: 155px; /*marquee width */
	height: 250px; /*marquee height */
	background-color: #FFFF66;
	overflow: hidden;
	border: 1px solid orange;
	left: 2px;
}

