body {background-color: white;}

<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" "width=device-width" />

html {
    margin:20px;
    padding:20px;
    color:#000;
font-family: times new roman;
text-align: left;
    }

  h1 {color: black; background-color: transparent; font-weight: bold; font-size: 28px; }
  h2 {color: black; background-color: transparent; font-weight: bold; font-size: 24px; }
  h3 {color: black; background-color: transparent; font-weight: bold; font-style: italic; font-size:
22px; }
  h4 {color: black; background-color: text-align: left; transparent; font-weight: bold; font-size:
18px; }
  p {color: black; background-color: transparent; font-size: 16px; }

  a.top {color:black; text-decoration:none; font-weight: bold; font-size: 22px;  }
}  
 /* top menu */

.classmain a:link { color: black; text-decoration: underline;}       /* unvisited link */
.classmain a:visited { color: #67067F; text-decoration: underline;}   /* visited links */
.classmain a:hover { color: green; text-decoration: underline;}   /* hover over links */
.classmain a:active { color: orange; text-decoration: none;}   /* active links */

.classtop a:link { color: black; text-decoration: underline;}       /* unvisited link */
.classtop a:visited { color: #67067F; text-decoration: underline;}   /* visited links */
.classtop a:hover { color: #FF33CC; text-decoration: underline;}   /* hover over links */
.classtop a:active { color: #67067F; text-decoration: none;}   /* active links */


body {
    min-width:100%;
-webkit-text-size-adjust: none
    }


div#header {
float:center;
 width: 100%;
 height: 150px;
    margin-left: 20px; 
    margin-right: 50px;
padding: 20px;
     font color: black;
      background: white;
}

div#main {
float:center;
width: 100%;
    margin-top: 15px; 
    margin-left: 20px; 
    margin-right: 50px;
padding:20px;
text-align: left;
font color: black;
background: white;
}

div#footer {
    background: white;
    clear:both;
 width: 100%;
    margin-left: auto; 
    margin-right: auto;
    font color: black;
    }
