body {
	background-color: #2f051b;
}
.bg {
	background-color: #ffb7d3;
	background-image: url(images/Text.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #5B0935;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a:hover{
	text-decoration: underline;
	color: #ff65b8;
}

/********************* Main Content Body **********************/

p {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #2f051b;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
#content {
	height: 100%;
	width: 95%;
	padding-left: 5px;
	top: 20px;
	font-size: small;
	color: #2f051b;
; text-align: left}

.footer {
	font-family: "Comic Sans MS";
	font-size: xx-small;
	color: #ffb7d3;
}
a.footernav:link, a.footernav:visited {
	font-size: xx-small;
	color: #ffb7d3;
	font-weight: normal;
	margin: 0px;
	font-family: "Comic Sans MS";
	text-decoration: none;
}

a.footernav:hover {
	font-family: "Comic Sans MS";
	font-size: xx-small;
	font-weight: normal;
	text-decoration: underline;
	color: #ff65b8;
}
.Titles {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: 600;
	color: #2f051b;
	position: static;
	clip:   rect(auto auto auto auto);
	padding-left: 10px;
}
td {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #2f051b;
}
ul {
	list-style-position: inside;
}
a.totop:link, a.totop:visited {
	font-size: 12px;
	margin-right: 25px;
	margin-bottom: 25px;
	height: 40px;
	font-style: italic;
	text-align: right;
	font-weight: normal;
	text-decoration: underline;
	color: #B28195;
}
a.totop:hover {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #986E81;
	font-style: italic;
}	
.quotes {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-style: normal;
	color: #722E37;
}
li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}
