/* Created using Style Master from Western Civilisation CSS1 { 48 95 451 409 } */
BODY
{background-color: #003300;
color: #ffcc33;
font-family: Helvetica, sans-serif;
font-size: 1.1em;
font-style: normal;
font-variant: normal;
font-weight: normal;
padding: +1.75em;
margin: 0;
}

.twopix {
/*  background-color: white ; */
  position: relative ;
  width: 90% ;
  min-width: 600px ;
  margin: 10px auto ;
  padding: 0 ;
  }
  
  .leftpix {
/*  background-color: red ;  */
  position: relative;
  text-align: center ;
  width: 50% ;
  height: 100% ;
  margin-right: 50% ;
  margin-top: 0 ;
  margin-left: 0 ;
  z-index: 4 ;
  }
  
  .rtpix {
/*  background-color: yellow ;  */
  position: absolute;
  top: 0 ;
  right: 0;
  text-align: center ;
  margin-left: 50% ;
  margin-right: 0 ;
  margin-top: 0 ;
  width: 50% ;
  z-index: 3 ;
  }
  
.onepix {
  position: relative;
  top: 0 ;
/*  background-color: red ;  */
  width: 90%;
  min-width: 600px;
  margin: 10px auto;
  text-align: center ;
  padding: 5px ;
  z-index: 4 ;
  }

.content{
  position: relative ; 
 /* background-color: red ;  */
  top: 0 ;
  left: 0 ;
  width: 95% ;
  min-width: 400px;
  margin-left: 2.5%;
  margin-bottom: 30px ;
  padding: 6px ;
  border-bottom-color: silver ;
  border-bottom-style:  ridge ;
  border-bottom-width: 5px ;
  z-index: 10 ;
}


A:link
{color: #ff9900;
text-decoration: underline;}

A:visited
{color: #99cc00;
text-decoration: underline;}

P
{text-align: left;
text-indent: +3em;}

.right
{text-align: right;
text-indent: 0em;}

.noin
{text-indent: 0em;}

.cent
{text-align: center;}

form p input, form p select{
    clear: both ;
    margin-left : 30% ;
    }
    
img {
   margin: auto ;
   }

H1
{color: #ff9933;
font-family: fantasy;
font-size: 1.6em;
text-align: center;}

H2
{color: #ff9933;
font-family: fantasy;
font-size: 1.4em;
text-align: center;}

H3
{color: #ff9933;
font-family: san-serif;
font-size: 1.3em;
text-align: left;}


A:hover 
 {background-color: #ffff99; 
 color: #ff6600; 
 text-decoration: underline overline;
 } 


