/* CSS, level 1.  Harald E Brandt

   "New Century Schlbk" för Mac, "New Century Schoolbook" för Unix */

/*______________________________________________________*/
/* ====== font-familiy, font-weight, font-style ====== */

BODY, TD, DIV, P, UL, OL, LI, SMALL, .list, .normal
	{font-family: Verdana, Geneva, "Lucida Sans", Arial, Helvetica, Sans-Serif}

H1, TH, CAPTION, BIG, BLOCKQUOTE, .intro, .caption
	{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight: normal}
	
H1, BIG					{font-style: italic}
.intro BIG				{font-style: normal}

CAPTION.gallery			{font-weight: bold; font-style: italic}

.poem
	{font-family: "Trebuchet MS", "New Century Schlbk", "New Century Schoolbook", serif;
	 font-weight: normal; font-style: italic}

/*_______________________________________*/
/* ====== font-size, line-height ====== */

CAPTION.gallery					{font-size: 30px}
H1, CAPTION, BIG				{font-size: 21px}
BODY, TD, P, .normal, .intro	{font-size: 12px}
UL, OL, LI, BLOCKQUOTE, .list, .caption, .poem
								{font-size: 12px}
SMALL, .small					{font-size: 10px}
H1, BIG							{line-height: 1.0}
.intro BIG						{line-height: 1.0}

/*_______________________________________*/
/* ====== color, text-decoration ====== */


H1, BIG			{color: #003366}
.intro BIG		{color: #CC0000}

CAPTION.gallery	{color: white}
.caption		{color: #66DD33}

A:link				{color: #DDCC00}
A:visited			{color: #CCCC66}
A:hover 			{color: #DD0000}

	
/*________________________________*/
/* ====== margin, padding ====== */

CAPTION.gallery	{padding-bottom: 12px}
.caption		{padding-left: 10px; padding-right: 10px}

