/* 
 * Stylesheet for The Temple of the Crimson Moon website
 */
 
 	body {
		background-color: #cc9966;
		color: #000099;
		font-family: Arial Black, Arial;
		font-size: 12pt;
		margin: 0;
		padding: 0;
 	}
	
	table#frontpiece {
		color: #000099;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	table#frontpiece a {
		color: #000099;
		text-decoration: none;
	}

	table#frontpiece a:visited {
		color: #000099;
		text-decoration: none;
	}

	table#frontpiece li#characterDoug,
	table#frontpiece li#characterGail,
	table#frontpiece li#characterNPCs,
	table#frontpiece li#characterSmart,
	table#frontpiece li#gameHistory,
	table#frontpiece li#home,
	table#frontpiece li#introScript {
		background-color: white;
		border: 3px solid red;
		margin: 5px 0 5px 0px;
		padding: 0.25em 0.5em 0.25em 0.5em;
		white-space: nowrap;
	}
	
	table#frontpiece td#content {
		padding: 18px 5px 0px 5px;
		vertical-align: top;
	}
	
	table#frontpiece td#navigation {
		vertical-align: top;
	}
	
	table#frontpiece td#title {
		color: white;
		font-family: Impact, Arial Black, Arial;
		font-size: 36pt;
		white-space: nowrap;
	}
	
	table#frontpiece td {
		padding: 5px 10px 5px 10px; 
	}
	
	table#frontpiece ul#links {
		list-style: none;
		padding-left: 0;
	}

	table#techSpec {
		background-color: white;
		border: 3px double red;
		color: black;
		margin: 0;
		padding: 0;
		white-space: nowrap;
	}
	
	
