html, body 
{
margin:0;
padding:0;
border:0;
}

p {
  font-family:trebuchet ms, tahoma, verdana, arial, sans-serif;
  font-size: 10pt;
  font-weight:normal;
  color:#000;
  margin:5px 5px 10px 5px; 
  padding:0;
}

LINK {
  font-size: 10pt;
}

H1 {
  font-size: 22pt;
}

H2 {
  font-size: 14pt;
}

H3 {
  font-size: 12pt;
}

A {
  font-size: 10pt;
}

A:active {
  font-size: 10pt;
  color: #0000FF;
}

A:hover {
  font-size: 10pt;
  color: #FF0000;
  font-weight: bold;
}

A:visited:hover {
  font-size: 10pt;
  color: #FF0000;
}

A:visited {
  font-size: 10pt;
  color: #000099;
}

UL {
  font-size: 10pt;
  font-family:trebuchet ms, tahoma, verdana, arial, sans-serif;
}

LI {
  font-size: 10pt;
  font-family:trebuchet ms, tahoma, verdana, arial, sans-serif;
}

small {
  font-size: 8px;
}

.scripture {
  font-family:trebuchet ms, verdana, tahoma, arial, sans-serif;
  font-size: 10pt;
  font-weight:bold;
  text-align:left;
  color:#FF6600;
  margin:10px 15px 10px 15px; 
  padding:0;
}

.centered 
{
  margin:0 auto;
}