
  BODY
  { font-family: arial,helvetica,sans-serif;
  color: black;
  background-image: url(images/paintsplativory2.jpg);
  background-position: 10px 30px;
  background-repeat: no-repeat;
  background-color: #FFFFF0;
  }


  H1
  { font-size: 26pt;
  font-family: arial,helvetica,sans-serif;
  color: black;
  font-weight: 800;
  text-align: center;
  }
  
  H2
  { font-size: 20pt;
  font-weight: 800;
  text-align: center;
  }
  H3
  { font-size: 18pt;
  font-weight: 600;
  text-align: center;
  }
  H4
  { font-size: 14pt;
  font-family: arial,helvetica,sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  }
  
  H5
  { font-size: 12pt;
  font-family: arial,helvetica,sans-serif;
  font-weight: 800;
  text-align: center;
  }
  
  H6
  { font-size: 9pt;
  font-style: italic;
  color: black;
  font-weight: normal;
  text-align: justify;
  }
  P
  { font-size: 11pt;
  font-family: arial,helvetica,sans-serif;
  color: black;
  font-style: normal;
  text-align: justify;
  }
  A:link
  { font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: black;
  text-decoration: none;
  }
  A:visited
  { font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #D72928;
  background-color: #F2B71C;
  text-decoration: none;
  }
  A:hover
  { font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #F2B71C;
  background-color: #D72928;
  text-decoration: underline;
  }
  A:active
  { font-family: arial,helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: red;
  text-decoration: none;
  }
  HR { 
  width: 100%;
  height: 12px;
  color: rgb(215, 41, 40);
  background-color: rgb(215, 41, 40);
  border: 0px;
  }
/* All the content boxes belong to the content class. */
.content {
  position: relative;
  width: auto;
  min-width: 130px;
  max-width: 740px;
  margin: 20px 140px 20px 100px;
  border: 6px groove rgb(242, 183, 28);
  padding: 10px;
  z-index: 3;
}


#navleft {
  position: absolute;
  width: 90px;
  top: 140px;
  left: 5px;
  font-size: 10pt;
  text-align: left;
  border: none;
  padding: 5px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 80px;
  background-color: #FFFFF0;
  z-index: 2;
}

ul#altnav li a:link, ul#altnav li a:visited {
  text-decoration: none;
  display: block;
  width: 88%;
  padding: 6px 6%; 
}

ul#altnav li a:hover {
  background-color: #D72928;
  color: #F2B71C;
}

ul#altnav li {
  border-top: 2px solid #D72928;
}

ul#altnav {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #F2B71C;
}

ul#altnav ul.subaltnav {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#altnav ul.subaltnav li {
  border-top: 0 none;
  padding-left: 1.5em;
}

ul#altnav ul.subaltnav li a:hover {
  text-decoration: underline;
}

#navright {
  position: absolute;
  width: 118px;
  top: 135px;
  right: 10px;
  border: none;
  text-align: justify;
  background-color: transparent;
  padding: 8px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 102px;
  z-index: 3;
}



