
td.hed
{background-color: #CEA67B; }
td.content
{background-color: #EFE7CE; }

.hd:link {font-size: 17px; text-decoration: none; color: black;}
.hd:visited {font-size: 17px; text-decoration: none}
.hd:hover {font-size: 17px; text-decoration: underline; color: red;}
.hd:active {font-size: 17px; text-decoration: none}

.bd:link {font-size: 13px; text-decoration: none; color: blue;}
.bd:visited {font-size: 13px; text-decoration: none}
.bd:hover {font-size: 13px; text-decoration: underline; color: red;}
.bd:active {font-size: 13px; text-decoration: none}

.rule {/*the 'Horizontal Rule*/
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #445e39;
       margin: 2%;}

.ruleshort {/*the short 'Horizontal Rule*/
	  width:250;
       border-top-width: 1px;
       border-top-style: solid;
       border-color: #445e39;
       margin: 2%;}
