body {
      margin: 0px;
      padding: 0;
      font-family: Verdana, "Trebuchet MS", Helvetica, sans-serif;
      line-height: 18px;
      font-size: 10px;
      background-color: black;
      color: white;
     }

ul {
    margin: 0px;
    padding: 0px;
    color: white;
   }

li {
    list-style-type: none;
    border-bottom: solid 2px grey;
    text-align: center;
    color: white;
   }

li a {
      padding-top: 10px;
      padding-bottom: 10px;
      text-decoration: none;
      display: block;
      font-size: 16px;
      color: white;
     }

#ipaboutusmargin {
                  margin-left: 25px;
                  margin-right: 25px;
                 }

#ipcontactusmargin {
                    margin-left: 5px;
                   }

#largertext {
             font-size: 18px;
            }

#ipmain {
         width: 320px;
         height: 50px;
        }

.header {
         padding: 0px;
        }

.list {
       padding-left: 5px; 
       text-align: left;
       background-image: url(iprightarrow.jpg);
       background-repeat: no-repeat;
       background-position: 98%;
      }

p {
   font-size: 12px;
   color: white;
  }

.centertext {
             text-align: center;
            }

.justifytext {
              text-align: justify;
             }

a:link {color: white; text-decoration: none;}
a:visited {color: white; text-decoration: none;}
a:active {color: white; text-decoration: none;}
a:hover {color: white; text-decoration: none;}

a.linkcolored:link {color: white; text-decoration: underline;}
a.linkcolored:visited {color: white; text-decoration: underline;}
a.linkcolored:active {color: white; text-decoration: underline;}
a.linkcolored:hover {color: white; text-decoration: underline;}

.center {
 text-align: center;
}

.br {
 font-weight: bold;
 color: red;
}

.brc {
 font-weight: bold;
 color: red;
 text-align: center;
}

.sgi {
 color: grey;
 font-style: italic;
}

.form {
 line-height: 150%;
}