@media screen and (max-width: 480px) {
img {
max-width : 100% ;
height : auto ;
float : none ;
}
}



body{
font-size:16px;
color:black;
margin-left:91px;
margin-right:30px;
margin-top:0px;
}
@media screen and (max-width: 480px) {

body{
font-size:1em;
font-family:sans-serif;
color:#0000e8;
background-color:white;
-webkit-text-size-adjust : 100%!important ;

}
}




.cap{
width:800px;
font-size:0.8em;
font-family:sans-serif;
color:#0000e8;
margin-left:12px;
margin-right:12px;
background-color:#f0f0f0;
-webkit-text-size-adjust : 100%!important ;
padding-bottom:0.4em;
}

@media screen and (max-width: 480px) {

.cap{
width:90%;
font-size:0.8em;
font-family:sans-serif;
color:#0000e8;
line-height:1.5em;
margin-left:0px;
margin-right:0px;
background-color:#dfdfdf;
padding-bottom:0px;
-webkit-text-size-adjust : 100%!important ;
text-align:left;
}
}

td{
font-size:14px;
color:navy;
line-height:120%;
padding:1em;
}

@media screen and (max-width: 480px) {

td{font-size:90%;
line-height:150%;
padding:1px;
}
}



th{
font-size:13px;
color:navy;
}

@media screen and (max-width: 480px) {

th{font-size:110%;
line-height:135%;
text-align:left;
}
}


.d1{
margin-left:40px;
margin-right:25px;
font-size:110%;
color:black;
line-height:175%;
font-family:serif;
}


@media screen and (max-width: 480px) {
.d1{
font-size : 100% ;
margin-left:2px;
margin-right:1px;
font-family:serif;
}
}

.d2
{margin-left:200px;
margin-right:30px;
line-height:120%;
font-size:90%;
color:#413867;
TEXT-align:left;
}

@media screen and (max-width: 480px) {

.d2
{margin-left:5px;
margin-right:3px;
line-height:120%;
font-size:85%;
color:#413867;
}
}


li {margin-top:0.7em; margin-bottom:0.7em;
  line-height:1em;
}

@media screen and (max-width: 480px) {

li {margin-top:0.7em; margin-bottom:0.7em;
  line-height:1em;
  margin-left:0px;
  font-size:0.9em;
}
}



H1 {
    font-size: 24px;
    border-width: 1px 80px 1px 80px;
    border-color:#667ebd;
    border-style: solid;
    background-color:#f3eaf4;
    width: 600px;
}

@media screen and (max-width: 480px) {
H1 {
    font-size: 1em;
    font-family: sans-serif;
    border-width: 1px 0px 1px 0px;
    border-color: #ab5f5f;
    border-style: solid;
    background:#e9fafe;
    color: #000040;
    width:90%;
}
}


H2 {
    font-size: 100%;
    border-width: 0px 20px 1px 10px;
    border-color: #0a702b;
    border-style: solid;
    background-color:#f9f4f9;
    padding: 0px 10px 0px 3px;
    width: 85%;
}


@media screen and (max-width: 480px) {

h2 {
    font-family: sans-serif;
     border-width : 1px;
  border-bottom-style : dotted;
  border-top-style : dotted;
  border-color : #35a5d5;
    background:#e8ffeb;
    color: #092e48;
    width: 100%;
}
}



H3 {
    font-size: 18px;
    border-width: 1px 0px 1px 0px;
    border-color: navy;
    border-style: solid;
    background-color:#c9cffe;
}

@media screen and (max-width: 480px) {
H3 {
    font-size: 90%;
    border-width: 1px 0px 1px 0px;
    border-color: navy;
    border-style: solid;
    background-color:#c9cffe;
}


}


a{text-decoration: none}
a:link{color:maroon}
a:visited{color:brown}
a:active{color:orange}
a:hover{color:crimson}
