body {
	background-color: #CCCCCC;
}
.Dots {background-image: url("Templates/dots.gif")}
.border {border-color:#666666}
.Body {color: #333333; font-size: small; }
.SubHeading {
	font-size: medium;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.storyHeading {text-decoration:underline; font-weight:bold}
.storySubHeading {text-decoration:overline}
.menu a:link {color:#0099FF}
.menu a:visited {color:#0099FF;}
.menu a:hover {background-color:#000000; color:#FFFFFF; font-size:medium;}
.menu a:active {background-color:#FFFFFF;}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #1A66C8;
	font-weight: bold;
}
.Heading {
	font-size: large;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
.code {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
