.text, .text a {
  font-weight: normal;
  font-size: 1.2em;
  color: #000000;
  margin-left: 1em;
  margin-right: 1em;
  font: times new roman;

}

.slogan, .slogan a {
  font-weight: bold;
  font-size: 1.5em;
  color: #670001;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}

body {
		width: 100%;
		margin-top: 0em;
  text-align: center;
  color: #000;
  background-color: #F1F6CC;
  font: times new roman;
  font-size: 0.8em;
}

table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

.footer, .footer a {
  text-align: center;
  color: #000000;	
  font-size: 1.1em;
}

a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;

}
a:link {
  color: #670001;
  font-size: 1em;

}
a:visited {
  color:#670001;
  font-size: 1em;

}
a:hover {
  color: #670001;
  text-decoration: underline;
  font-size: 1em;
}

image {
 border: 0em;
}

