/*content style (text=pageContent)*/


H1
{
	font-size: 27px;
	font-family: Arial;
	font-weight: bold;
	color: grey;	
	
}

H2
{
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: grey;	
	
}

P  {font-size: 12px; font-family: Arial;   color: black; }
A:link {text-decoration: none; color: white; text-decoration:underline; }
A:active {text-decoration: underline; color: red}
A:hover {text-decoration: underline; color: red; text-decoration:underline; }
A:visited {text-decoration: none; color: gray; text-decoration:underline; }

TABLE { 	font-size: 12px; 	font-family: Arial; 	color: black; }
a.TABLE:link { 	font-size: 12px; 	font-family: Arial; 	color: black; text-decoration:underline;} 
a.TABLE:active { 	font-size: 12px; 	font-family: Arial; 	color: red; }
a.TABLE:hover { 	font-size: 12px; 	font-family: Arial; 	color: red;}
a.TABLE:visited	{	font-size: 12px;	font-family: Arial;	color: gray; text-decoration:underline;}

.text {	font-size: 12px; 	font-family: Arial; 	color: black;	 }
A.text:link {text-decoration: none; color: black; text-decoration:underline;}
A.text:active {text-decoration: underline; color: red}
A.text:hover {text-decoration: underline; color: red; }
A.text:visited {text-decoration: none; color: gray; text-decoration:underline;}


/*copyright*/

.footer
{
	font-size: 9px;	
	font-family: Tahoma;
	color: #CBCBCB;
	background-color: #black;
	}


.mbg { background-color: #000000; }

.museum_table {	background: #000000; url('images_closed/bg_brown.gif') ; }

.footer-link-strong { text-decoration:underline; color:red; font-size:12px; font-family:verdana; }
.footer-link-weak { text-decoration:underline; color:black; font-size:12px; font-family:verdana; }



