BODY {
	background-image: url(../images/pink008.jpg);
	FONT-FAMILY: verdana;
	FONT-SIZE: 10px;
	color:#000000;
}

a:link {
	color: #7A378B;
	text-decoration:underline;
	font-weight:bold;
	letter-spacing:1px;
	cursor: crosshair;
}
a:visited {
	color: #5D478B;
	text-decoration:underline;
	font-weight:bold;
	letter-spacing:1px;
	cursor: crosshair;
}
a:active {
	color: #5D478B;
	text-decoration:underline;
	font-weight:bold;
	letter-spacing:1px;
	cursor: crosshair;
}
a:hover {
	color: #9F79EE;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	cursor: crosshair;
}

.story {
	background-image: url(../images/lgrey025.jpg);
	font-size: 14px;
	font-family: Arial;
	color: #000000;
	border-left: 2px outset #806E86;
	border-top: 2px outset #806E86;
	border-right: 2px outset #000000;
	border-bottom: 2px outset #000000;
}

.notes {
	background-image: url(../images/lgrey025.jpg);
	font-family: Verdana;
	font-size: 14px;
	color: #4F4F4F;
	border-left: 2px outset #806E86;
	border-top: 2px outset #806E86;
	border-right: 2px outset #000000;
	border-bottom: 2px outset #000000;
}

.linkbar {
	background-image: url(../images/lgrey025.jpg);
	font-family: Verdana;
	font-size: 18px;
	border-left: 2px outset #806E86;
	border-top: 2px outset #806E86;
	border-right: 2px outset #000000;
	border-bottom: 2px outset #000000;
}

.disclaimer {
	font-family: Verdana;
	font-size: 10px;
	color: #4F4F4F;
}

h1 {
	font-family: Verdana;
	font-size: 30px;
	font-weight: bold;
	color: #AF4035
}

h2 {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #AF4035;
}

h3 {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #AF4035;
}

td {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}


