#tpage {
  font-family: monotype corsiva;
  font-size: 14px;
  text-align: center;
}

/* Header ONLY */
h1 {
  font-family: engravers MT;
  font-size: 20px;
  text-align: center;
  color: #0000a0;
  border: 2px #0000a0 solid;
  border-radius: 10px;
  margin: 0px 25px 0px 25px;
}

/* Top of Each Page */
#pagehead {
  font-family: times;
  font-size: 30px;
  text-align: center;
  color: #0000a0;
}

/* Contact Us Page */
#conus {
  font-family: times;
  font-size: 20px;
  text-align: center;
  color: #0000a0;
}

#conus a:link,a:visited {
color:#0000a0;
}

#conus1 a:link,a:visited {
color:#0000a0;
}

#conus1 {
  font-family: times;
  font-size: 14px;
  text-align: center;
  color: #0000a0;
}

p.boxtop {
  font-family: arial;
  color: #0000a0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

p.boxprd {
  font-family: arial;
  color: #0000a0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

p.boxprdlnk {
  font-family: arial;
  color: #0000a0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor:pointer;
}

p.line {
  font-family: arial;
  color: #0000a0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border: 3px #0000a0 solid;
  background-color: #95BACD;
  border-radius: 10px;
  padding: 3px;
}

/* About Us Page */
p.about {
  font-family: times;
  font-size: 16px;
  color: #000000;
  text-indent: +1.5em;
}

/* Service Page */
p.servinfo {
  font-family: times;
  font-size: 16px;
  color: #000000;
  text-align: left;
}

p.servtype {
  font-family: times;
  font-size: 22px;
  color: #0000a0;
  font-weight: bold;
  text-align: left;
  border: 3px #0000a0 solid;
  background-color: #95BACD;
  border-radius: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10%;
}

/* Product Page for Individual Distributors */
p.magswitch {
  font-family: palatino linotype;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 3px #FFFF00 solid;
  background-color: transparent;
  border-radius: 10px;
  padding: 3px;
} 

/* Button Control */
button.nav {
   font: 20px times;
   color: #f9f9f9;
   background-color: #95BACD;
   border: 3px #5F7F94 outset;
   border-radius: 5px;
   cursor:pointer;
}

button.nav:hover {
   background-color: #5F7F94;
   border: 3px #95BACD inset;
}

button.info {
   font: 20px arial;
   color: #9f9f9f;
   background-color:#364F65;
   border: 3px #149cdb outset;
   cursor:pointer;
}

button.info:hover {
   background-color:#149cdb;
   border: 3px #364F65 inset;
}

/* MagDrill Disruptor 30 PDF */
button.mag {
   font: 18px arial;
   color: #FFFF00;
   background-color: #000000;
   border: 3px #FFFF00 outset;
   border-radius: 10px;
   padding: 5px;
   margin-top: 1px;
   margin-bottom: 3px;
   cursor: pointer;
}

button.mag:hover {
   background-color: #5F7F94;
   border: 3px #FFFF00 inset;
}