p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
	padding: 7px;
	text-align: left;
}
#table1 {
  width: 800px;
  border-style: solid;
  border-width: 5px;
  border-color: blue;
  border-top-right-radius: 25pt;
  border-bottom-right-radius: 25pt;
  border-bottom-left-radius: 25pt;
  border-top-left-radius: 25pt;
  border-radius: 25pt;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	color: #575C2C;
	font-weight: normal;
	text-align: left;
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
a:link { 
 color: #73240F;
 text-decoration: none; 
 font-weight: bold;
}

a:visited {  
 color: #73240F; 
 text-decoration: none;
 font-weight: bold;
 }

a:hover { 
 color: #000000;
 text-decoration: none;
 font-weight: bold;
 }
 
 img.c {
   text-align: center;
 }