a:link		{color:black;}
a:visited		{color:maroon;}
a:hover		{color:tomato;}
a:active		{color:peru;}

body		{
		background-image: url(stucco.png);
		background-position: top left;
		background-repeat: no repeat;
		color: 000000;
		text-align: center;
		}

h1		{text-align:center; color:dark brown; font-weight:bold; font-size:x-large;}
h2		{text-align:center; font-weight:bold; font-size:small;}
h3		{text-align:center; font-weight:bold; font-size:large; color:yellow;}
h4		{text-align:center; font-weight:bold; font-size:large; color:brown;}
h5		{text-align:center; font-weight:bold; font-size:medium; color:white;}

.center		{margin-left:auto; margin-right:auto;}

td		{ font-weight:bold; font-size:small;}
th		{ font-weight:bold; font-size:large;}

