/*  Root Attributes.   Everything inherits from here. */

body, td 		{ font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #000000; }
body	{ background-color: white; }

h1 { font-size: 1.6em; color: #006699; }
h2 { font-size: 1.5em; color: #006699; }
h3 { font-size: 1.4em; color: #006699; }
h4 { font-size: 1.3em; color: #006699; }
h5 { font-size: 1.2em; color: #006699; }
h6 { font-size: 1em; color: #006699; }

hr { height: 1px; border: 1px solid #ebc03b; color: #ebc03b; }

table.menu td { font-size: 10px;}

a { text-decoration: underline; color: #000000;	font-weight: bold;}
a:hover { color: #cfa113; }
a.museum {	width: 100%; color: #000000; font-size: 10px;	font-weight: normal; text-decoration: none;	background-color: #f8edca;	padding: 2px 5px;	display: block; }
a.museum:hover {	color: #000000;	background-color: #ebc03b; display: block; }
a.events {	width: 100%; color: #000000; font-size: 10px;	font-weight: normal; text-decoration: none;	background-color: #dcf3d5;	padding: 2px 5px;	display: block; }
a.events:hover {	color: #000000;	background-color: #88d771; display: block; }
a.education {	width: 100%; color: #000000; font-size: 10px;	font-weight: normal; text-decoration: none;	background-color: #dcebf7;	padding: 2px 5px;	display: block; }
a.education:hover {	color: #000000;	background-color: #88bbe4; display: block; }
a.contact {	width: 100%; color: #000000; font-size: 10px;	font-weight: normal; text-decoration: none;	background-color: #ededed;	padding: 2px 5px;	display: block; }
a.contact:hover {	color: #000000;	background-color: #c2c2c2; display: block; }
a.button {	font-weight: bold;	text-decoration: none;	background-color: #f8edca;	margin: 2px;	padding-top: 2px;
		padding-right: 10px;	padding-bottom: 2px;	padding-left: 10px;	border: 1px solid #ebc03b; }
a.button:hover {	color: #000000; background-color: #ebc03b; }

table.events td { background-color: #f8edca; }
table.events th { background-color: #ebc03b; }
table.events .date { font-size: 1.2em; font-weight: bold; }
table.events .title { color: #a67c00; font-size: 1.2em; font-weight: bold; }

.newstitle { font-size: 1.2em; font-weight: bold; }




