body {background-color: #22a387;}
html {
    margin:0;
    padding:0;
    color:#000;
font-family: arial;
text-align: left;
    }

  h1 {color: black; background-color: transparent; font-weight: bold; font-size: 25; }
  h2 {color: black; background-color: transparent; font-weight: bold; font-size: 22; }
  h3 {color: black; background-color: transparent; font-weight: bold; font-style: italic; font-size:
20; }
  h4 {color: black; background-color: text-align: left; transparent; font-weight: bold; font-size:
18; }
  p {color: black; background-color: transparent; font-size: 15; }

  a.lefter {color:black; text-decoration:none; font-weight: bold; font-style: italic; font-size: 14;  }
}  
 /* left menu */

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

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

.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: none;}       /* unvisited link */
.classtop a:visited { color: #67067F; text-decoration: none;}   /* visited links */
.classtop a:hover { color: #FF33CC; text-decoration: underline;}   /* hover over links */
.classtop a:active { color: #67067F; text-decoration: none;}   /* active links */


#pam 
{border-style: solid;
text-align: center;
font-size: 65px;
margin: 1%;
padding: 1%;
}

body {
    min-width:1050px;
    }




div#wrapper {
    width:1050px;
    margin-left: auto; 
    margin-right: auto;
     font color: black;
  background: #22a387;
border-style:none;
border-width:5px;
}

div#header {
 position: relative;
 width: 100%;
 height: 150px;
    margin-left: auto; 
    margin-right: auto;
     font color: black;
      background: #22a387;
}

div#main {
float:right;
width:800px;
    margin-top: 15px; 
padding:10px;
text-align: left;
font color: black;
background: #22a387;
}

div#menuleft {
float:left;
width:210px;
    margin-top: 15px; 
padding:10px;
text-align: left;
font color: black;
background: #22a387;
}

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