/* CSS for "Faded Twilight" website */
/* D'ni Translation CSS */

BODY {
	background: black;
	color: white;
	/* removed 4-21-08
	scrollbar-base-color: darkblue;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: gray;
	scrollbar-Track-Color: gray;
	*/
}

P {
	color: white;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
}

P.pagetitle {
	color: steelblue;
	font-family: Verdana, sans-serif;
	font-size: large;
	font-style: normal;
}

P.trans {
	color: white;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}

P.engtrans {
	color: darkcyan;
	font-family: Verdana, sans-serif;
	font-size: x-small;
}

P.cyan {
	color: darkslateblue;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

P.raw {
	color: maroon;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

P.breakdown {
	color: seagreen;
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

P.verysmall {
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	font-style: normal;
}

A:link {
	color: lightslategray;
	font-style: normal;
	text-decoration: none;
}

A:visited {
	color: gray;
	font-style: italic;
	text-decoration: none;
}

A:active {
	color: white;
	font-style: normal;
	text-decoration: underline;
}

A:hover {
	color: white;
	font-style: normal;
	text-decoration: underline;
}