/*content style (text=pageContent)*/

H1 { 	font-size: 24px; 	font-family: Arial; 	font-weight: bold; 	color: grey;	 }
H2 {	font-size: 20px; 	font-family: Arial; 	font-weight: bold; 	color: grey;	 }

/* Navigation-links under large inmage */
P  {font-size: 12px; font-family: Arial;   color: black; }
A:link {text-decoration: underline; color: white;  }
A:active {text-decoration: underline; color: red;}
A:hover {text-decoration: none; color: red; text-decoration:underline;}
A:visited {text-decoration: underline; color: gray; }

/* Content in large table */
TABLE { 	font-size: 12px; 	font-family: Arial; color: red;}
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; text-decoration:underline;}
a.TABLE:visited	{	font-size: 12px;	font-family: Arial;	color: gray; text-decoration:underline;}

TD { 	font-size: 12px; 	font-family: Arial; color: black;}
a.TD:link { 	font-size: 12px; 	font-family: Arial; 	color: black; text-decoration:underline;} 
a.TD:active { 	font-size: 12px; 	font-family: Arial; 	color: red; }
a.TD:hover { 	font-size: 12px; 	font-family: Arial; 	color: red; text-decoration:underline;}
a.TD:visited	{	font-size: 12px;	font-family: Arial;	color: gray; text-decoration:underline;}

.museum_table { 	font-size: 12px; 	font-family: Arial; color: blue;}
