html, body {
 margin: 30px;
 padding: 0;
 background-image: url("fondeva.jpg");
 }
body {
 background-color: white; 
 font-family: Verdana, sans-serif; 
 font-size: 100%;
 }


h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 300%;
  font-style: normal;
  font-weight: bold;
  display: block;
  text-align: center;
  white-space: pre;
  color: navy; 
}

h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  white-space: normal;
}

h3 {
  font-size: 14px;
  color: red;
}


h4 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

li {
  list-style-position: outside;
  list-style-type: disc;
  font-size: small;
  line-height: normal;
}

p,ul,li,td {
 color: black; 
 }
a:link {
 color: green;
 text-decoration: underline;
 }
a:visited {
 color: gray;
 }
a:hover {
 color: red;
 text-decoration: none;
}
a:active, a:focus {
 color: red;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }


