html, body, div, ul, ol, li, dl, dt, dd, pre, form, blockquote, fieldset, input, textarea, table, tr, td {
    font: Verdana,Geneva,sans-serif;
	font-size: 1rem; 
	line-height: 1.2;
}
p {  padding-bottom: 8px;}


.white {
  border: 1px solid white;
}
.red {
  border: 1px solid red;
}
.green {
  border: 1px solid green;
}
a{ color:#c00; text-decoration:none;  }
a:hover{ color:red; text-decoration:underline;  }

a.ilt{ color:#fff; text-decoration:none; }
a.ilt:hover{ color:yellow; text-decoration:none;  }

.div-page img {
  max-width: 100%!important;  
  height: auto!important; 
}