/* Cascading Style Sheet - RATales story pages */

body {
	background-color: #ffffff;
	color: #000000;
	font-family: "times new roman", times, serif;
	}

.footer {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-family: "times new roman", times, serif;
	}

.footer td {
	text-align: center;
	}

.header {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-family: "times new roman", times, serif;
	}

.header td {
	text-align: left;
	}

.story {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-family: "times new roman", times, serif;
	}

.story td {
	text-align: left;
	}

.title {
	text-align: center;
	background-color: #ffffff;
	color: #000000;
	font-family: "times new roman", times, serif;
	}

.title td {
	text-align: center;
	}

a:link, a:active {
	color: #009900;
	font-weight: bold;
	text-decoration: underline;
	}

a:visited {
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
	}

h1, h2 {
	color: #006600;
	}

hr {
	color: #006600;
	}

