body{
font-size:1.1em;
color:black;
margin-left:50px;
margin-right:10px;
margin-top:0px;
}


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

body{
font-size:1em;
font-family:sans-serif;
text-align:left;
color:black;
margin-left:2px;
margin-right:2px;
background-color:white;
-webkit-text-size-adjust : 100%!important ;

}
}

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


.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;
text-align:left;
}

@media screen and (max-width: 480px) {
.cap{
width:100%;
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;
}
}
.cap2{
width:70%;
font-size:0.8em;
font-family:sans-serif;
color:indigo;
margin-left:12px;
margin-right:12px;
background-color:#eefff9;
-webkit-text-size-adjust : 100%!important ;
padding-bottom:0.4em;
text-align:left;
}

@media screen and (max-width: 480px) {
.cap2{
width:90%;
font-size:0.8em;
font-family:sans-serif;
color:#0000e8;
line-height:1.5em;
margin-left:0px;
margin-right:0px;
background-color:#eefff9;
padding-bottom:0px;
-webkit-text-size-adjust : 100%!important ;
text-align:left;
}
}


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

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

td{font-size:0.9em;
line-height:140%;
padding:1px;
}
}



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

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

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



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

@media screen and (max-width: 480px) {
.d1 
{
font-size :1em;
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:10px;
margin-right:3px;
line-height:120%;
font-size:75%;
color:#413867;
align:right;
text-align:left;
}
}


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: 70%;
}

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


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;
}
}

H4 {font-family: cursive,serif;
    font-size: 0.9em;
    border-width: 1px 0px 0px 0px;
    border-color: silver;
    border-style: solid;
    background-color:#eefff9;
}

@media screen and (max-width: 480px) {
H4 {font-family: cursive,serif;
    font-size: 0.8em;
    border-width: 1px 0px 0px 0px;
    border-color: silver;
    border-style: solid;
    background-color:#eefff9;
}
}


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