body {
  margin: 0;
  text-align: center;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 62.5%; /* makes default 16px fonts od most browsers 10px then work in ems */
  background-color: #25303B;
  }

img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  background-color: #f12;
}

#latest {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  }

#caption {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: left;
  }

left {text-align: left;}
right {text-align: right;}

a {font-size: 1.2em; color: #6f615c;}

h1 {font-size: 2.5em; color: #ffffff;}

h2 {font-size:1.6em; color: #ffffff;}
h3 {font-size:1.2em; color: #e67e22;}
h4 {font-size:1.2em; color: #e67e22;}
h5 {font-size:1.2em; color: #e67e22;}
h6 {font-size:1.2em; color: #6f615c;}

p {font-size:1.6em; color: #000;}
platest {font-size:1.6em; color: #fff;}

ul {font-size: 1.2em}

input, select, th, td { font-size: 1.2em; }

.hover_img a { position:absolute; }
.hover_img a span { position:absolute; display:none; z-index:99; }
.hover_img a:hover span { display:block; }