body		
{
    background-color : white;
    font-family : Andalus;
}
h1
{
	text-align: center;
	color: #089494;
	font-size: 250%;
	border-style: groove;
	border-width: 10px;
	border-color: green;
	background-color: #ffffc6;
}
th 
{
	text-align: center;
	font-size: 150%;
	color: #087b7b;
	border-style: groove;
	border-width: 5px;
	border-color: green;
	background-color:#ffffc6;
}
td
{
	border: 2px solid grey;
	background-color: #e0e0e0;
	padding: 5px;
	text-align: center;
	color: black;
	font-family: Arial;
}
p.banner
{
	font-size : xx-large; 
	font-weight: bold; 
	font-style: italic; 
	color: Black;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
}
p.menu	{font-size : medium;}
p.title {font-size:x-large; color:White; font-family:Andalus; font-weight:bold}
div.note	{font-size : x-small; color:White;}
span.note	{font-size : x-small; color:White;}
a.link	{color:black; font-weight:bold;}
div.banner
{
	font-size:xx-large; 
	font-weight:bold;
	font-style:italic;	
	color:White; 
	vertical-align: middle;
	text-align:center;
	text-decoration: none; 
	border-width:10px; 
	border-color:Silver; 
	border-style:double; 
	padding:10px; 
	
}
div.section	{color:White; font-family:Andalus; font-size:x-large; font-weight:bold; text-align:center; border-width:5px; border-style:ridge;}