body {	
	font-family: Arial, Helvetica, sans-serif;
      font-size: large;
      text-align: justify;
      margin:20px;
      
	}


@media(min-width:60em){html{font-size: 80%}} 


img {
    image-orientation: from-image;
}


.description{font-family: Arial, Helvetica, sans-serif;
     font-size: 120%;
     text-align: justify;
     @media(min-width:60em){html{font-size: 50%}} 
	
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.thumbnail{
	width: 150px;
	text-align:center;
	margin: 10px;
	float:left;
	font-size:0.8em;
}

.clear{
	clear:both;
}

A:img {
	border: "0";
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:hover {text-decoration: underline; border: "2"}
A:active {text-decoration: none}

	