BODY {
  	background-color: #000000;
	color: #f0ffff;
 	font-family: verdana, arial, helvetica, sans-serif;
	font-weight : normal;
}

A:visited {color: #e0ffff}
A:link {color: #cc6666}

H1 {font-size: 1.5em}
H2 {font-size: 1.2em}
H3 {font-size: 0.9em}
H4 {font-size: 0.7em}

/* general classes */
.bold  {
font-weight : bold
}

.italic  {
font-style : italic
}

.bolditalic  {
font-weight : bold;
font-style : italic
}

.text  {
font-size: 80%;
}

/* entry page */
.authcode  {
font-family: arial, helvetica, sans-serif;
font-size: 65%;
font-weight : bold;
}

/* middle column (body) classes */
.excellence  {
font-size: 75%;
}

.booktitle  {
font-style : italic
}

.quote  {
font-style : italic
}

.emailquote  {        /* used in wtc */
font-size: 75%;
font-style : italic
}

.warningbox  {
  	color: #e0ffff;
	/*background-color: #ff6699;*/
	font-size: 70%;
 	font-family: comic sans ms, verdana, arial, helvetica, sans-serif;
	border: thin ridge #ff6699;
	padding: 5px;
}

/* left column (sidebars) classes */

.pagetitle  {
	font-size: 75%;
	font-weight: bold;
}

.erictitle  {
	font-size: 145%;
	font-weight: bold;
}

.navquote  {
	font-size: 70%;
	font-style : italic;
}

.credit  {
	font-size: 65%;
	font-style : italic;
}

/* right column (navigation) classes */
.navigation  {
	font-size: 60%;
	font-weight: bold;
}

.fnord  {
	font-size: 60%;
	font-style : italic
}


