html, body {margin: 0px;
            padding: 0px;
            border: 0px;
            }
body {font-family: Arial, Helvetica, sans-serif;
      color: black;
      font-size: 10pt;
      }
p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  }
ul { list-style-type: disc;
     margin: 20px;
   }
ul ul { list-style-type: disc;
        margin: 30px;
      }     
a {text-decoration: none;
   font-weight: bold;
   color: #c04875;
   }   
a:hover {text-decoration: underline;
        }   
a img {border: none;
       }
span { display: none;
     }  
#container { margin: 0px 4px 0px 4px;
           }
#main { background: #f8ebfa;
        margin: 0px;
        padding: 4px 0px 4px 0px;
      }  
#mobile_header { background-color: #c04875;
                 height: 40px;
               }           
#footer { background: white;
          color: #c04875;
        }  
#menu { border-top: 2px solid #c04875;
        border-bottom: 2px solid #c04875;
        margin: 4px 0px 4px 0px;
        margin: 4px 0px 4px 0px;
      }
                