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

