/* Jewish Historical Society of Greater Washington
   Arthur Welsh onlin exhibit
   main.css
   last modified 06-09-2004 */

/* STANDARD TAGS */

body
	{
	margin: 0px;
	padding: 0px;
	color: #CCC;
	background-color: #333;
	}

p
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	color: #CCC;
	background-color: transparent;
	}

ul, ol, li, dl, dt, dd
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}

dt { font-style: italic; }

h1
	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	color: #CC9;
	background-color: transparent;
	}

h2
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 24px;
	color: #304D6A;
	background-color: transparent;
	}

h3
	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: -10px;
	color: #930;
	background-color: transparent;
	}


/* LINKS */

a
	{
	text-decoration: none;
	background-color: transparent;
	}
a:link { color: #F96; }
a:visited { color: #F96; }
a:hover { color: #FFF; text-decoration: underline; }
a:active { color: #CCC; }


/* OTHER CLASSES */

.nav
	{
	text-align: center;
	}

.mainTable
	{
	background-color: #333;
	}

.photoCaption
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #996;
	background-color: transparent;
	}

.photoCredit
	{
	font-size: 10px;
	text-align: center;
	color: #666;
	background-color: transparent;
	}

.footer
	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	color: #666;
	background-color: transparent;
	}
