body, td, th {
   font-family: arial,helvetica,sans-serif;
   font-size: 75%;
   line-height: 1.5;
   color: #344D9A;
   margin: 0px;
}
p {
   text-align: justify;
}
h1 {
   color: #01A2EF;
   font-size: 125%;
}
h2 {
   font-size: 115%;
}
h3 {
   font-size: 105%;
}
h4 {
   font-size: 95%;
}
h5 {
   font-size: 85%;
}
h6 {
   font-size: 75%;
}
a:link {
   color: steelblue;
}
a:visited {
   color: slategray;
}
a:hover {
   text-decoration: underline;
}
.button {
   background: whitesmoke; 
   border: 1px solid lightgrey;
}
img {
   border-color: lightgrey;
}