/* CSS for the entire "Faded Twilight" website */
/* Modified for the D'ni pages */

BODY {
	background: black;
	color: white;
	/* removed 4-21-08
	scrollbar-base-color: mediumgray;
	scrollbar-arrow-color: white;
	scrollbar-DarkShadow-Color: gray;
	scrollbar-Track-Color: gray;
	*/
}

P {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
}

P.subsection {
	font-family: Verdana, sans-serif;
	font-size: small;
	font-style: normal;
}

P.small {
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	font-style: normal;
}

P.pagetitle {
	color: steelblue;
	font-family: Verdana, sans-serif;
	font-size: large;
	font-style: normal;
}

H1 {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

TABLE {
	font-family: Verdana, sans-serif;
	font-size: x-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;
	text-decoration: underline;
}

.smalldni { 
	font-family: dnifont; 
	font-size: medium; 
	font-style: normal; 
}

.largedni { 
	font-family: dnifont; 
	font-size: xx-large; 
	font-style: normal; 
}
