
/* This is a linked style sheet */

BODY 
{ 
	color: #00c0c0;			/* Netscape ignores this */
	background-image: url(/home/thigpen/lib/images/background.jpg);
	font-size: 14px;
	font-family: Helvetica;
}

/* ---------------------------- */

A:active	{ color: marine; }	/* Microsoft ignores this */

A:link 		{ color: #00ffff; font-weight: bold; }
A:visited	{ color: #005454; font-weight: bold; }

A.external:link		
{ 
	font-family: "new century schoolbook", serif; 
	font-style: italic 
}

A.external:visited	
{ 
	font-family: "new century schoolbook", serif;
	font-style: italic 
}

HR { color: #00c0c0; }			/* Netscape ignores this */

H1 { font-size: 150% }			/* PC fonts display HUGE! */
H2 { font-size: 125% }
H3 { font-size: 110% }
H4 { font-size: 105% }

TABLE 		{background: transparent;}
TD
{
	background: black; 
	border: ridge blue;
/*	color: rgb( 250, 235, 215 ); */
	font-size: 90%;
	font-family: helvetica;
}

.title		
{
	color: rgb( 250, 235, 215 );
/*	font-family: "Impact,Helvetica"; */
	font-family: "Arial";
}

.justify	{ alignment: justify }

.current	{ color: red }



