/* daemonnews.org common CSS definitions
   $Id: dn.css,v 1.9 2004/03/02 04:52:12 gsutter Exp $
*/

BODY, DIV, P, LI, DT, DD, TH, TD, .Normal
	{
	font-family: verdana,lucida,helvetica,arial,sans-serif;
	font-size: 10pt;
	}

DL
	{ margin-left: 2em; }

PRE, TT
	{
	font-family: monospace;
	font-size: 85%;
	}

.Huge		{ font-size: 36pt; color: #bd3a31; }
.Biggest	{ font-size: 13pt; }
.Bigger		{ font-size: 12pt; }
.Big		{ font-size: 11pt; }
.Small		{ font-size: 8pt; }

.DaemonRed	{ color: #cf000a; }
.DaemonGreen	{ color: #a6f111; }
.Gray		{ color: #a2a2a2; }
.Maroon		{ color: #a60111; }
.Red		{ color: #a60111; }
.Silver		{ color: #dadada; }

.RedLink
	{
	color: maroon;
	text-decoration: none;
	}

.BlackLink
	{
	color: black;
	text-decoration: none;
	}

.WhiteLink
	{
	font-size: 12pt;
	color: white;
	text-decoration: none;
	}

.Heading
	{
	color: white;
	}

.QuickBar
	{
	font-size: 10pt;
	text-decoration: none;
	}

TD.QuickBar
	{
	text-align: center;
	}

.RedBar
	{
	background: #cf000a;
	}

.BlueBar
	{
	background: #20066e;
	}

.Titles
	{
	font-size: 14pt;
	color: maroon;
	text-decoration: none;
	}

.BookTitle
	{ text-decoration: underline; }

.Grey95
	{ color: #ffffff; }

H3
	{ color: maroon; }

A.BlackLink:link,active
	{ color: black; }
A.BlackLink:visited 
	{ color: black; }
A.BlackLink:hover
	{ text-decoration: underline; }

A.RedLink:link,active
	{ color: maroon; }
A.RedLink:visited
	{ color: maroon; }
A.RedLink:hover
	{ text-decoration: underline; }

A.WhiteLink:link,active
	{ color: white; }
A.WhiteLink:visited
	{ color: white; }
A.WhiteLink:hover
	{ text-decoration: underline; }

A, A:active
	{ color: blue; }

A:visited
	{ color: purple; }

A.QuickBar:visited
	{ color: white; }

A.QuickBar
	{ color: white; }

A.QuickBar:hover
	{ text-decoration: underline; }

.Daily
	{ font-size: 11pt; }

TD.Silver
	{
	background: #dadada;
	color: black;
	}


