BODY {
  background-color: #ffffcc; 
  text-align : center;
  font-weight : bold;
  color : navy;

}

IMG{ align : center; }

a {  color : navy; }

a:visited { color: navy; }

a:hover { color:#000000; background-color:#0000FF; }

p.resizeimage img { width: 100%; }

html { font-size: calc(100% + 0.5vw) }


input[type="button"] { font-size: calc(100% + 0.5vw) } 

