html
 {
  font-family: arial, helvetica, sans-serif;
  /* line-height: 133%; */
 }

body
 {
  margin-left: 19%; margin-right: 19%; margin-top: 5%; margin-bottom: 5%;
  background: #ddd;
  color: black; 
  font-family: arial, helvetica, sans-serif;
 }

a[href]         { text-decoration: none; }
a[href]:link    { color: #00f; }
a[href]:visited { color: #00f; }
a[href]:active  { color: #ccc; }
a[href]:hover   { color: #f50; /* background: #555*/ }

a[href]:link    { color: #00d; }
a[href]:visited { color: #00d; }
a[href]:active  { color: #ccc; }
a[href]:hover   { color: #339966; }

h1, h2, h3, h4, h5, h6 { color: #5c737c;} /* #CC0000 */

img.validator   { position: fixed; right: 5px; bottom: 5px; }
img.babelfish   { position: fixed; right: 5px; bottom: 41px; }

