a:link { 
	color: #2951AA;
	text-decoration: none;
	}
a:visited { 
	color: #2951AA;
	text-decoration: none;
	}
a:hover { 
	color: #2951AA;
	text-decoration: underline;
	}
a:active { 
	color: #2951AA;
	text-decoration: none;
	}

h3,h4{
	margin-top: 8px;
  margin-bottom: 8px;
}

p{
  margin-top: 0px;
  margin-bottom: 10px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 background-color: white;
}

td {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 }
 
ul.NoDot {
  list-style-type: none}

#wrapper { 
 margin: 0 auto;
 width: 890px;
}

#header { 
 float: right;
 border: 0px;
 background: #FFFFFF;
 background-image: url();
 background-repeat: no-repeat;
 margin: 0px 20px 0px 0px;
 padding: 0px;
 width: 890px;
 height: 70px;
 display: inline;
}

#body { 
 float: center;
 border: 0px;
 background: #FFFFFF;
 background-image: url();
 background-repeat: repeat-y;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 900px;
 display: inline;
}

#footer { 
 float: right;
 border: 0px;
 background: #FFFFFF;
 background-image: url();
 background-repeat: no-repeat;
 margin: 0px 20px 0px 0px;
 padding: 0px;
 width: 890px;
 height: 14px;
 display: inline;
}

#foot_space { 
 float: right;
 border: 0px;
 background: #FFFFFF;
 margin: 0px 20px 0px 0px;
 padding: 0px;
 width: 890px;
 height: 20px;
 display: inline;
}
figure {
	align-items: right;
  float: right;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  /* border: thin silver solid; */
}
figcaption {
/*    float: right; /* Delete Me */
    font-size: 12px;
    margin: 10px;
    text-align: center;  /* ADD Me */
    caption-side: bottom;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}