/* CSS Document */
/* formate.css */

* { padding: 0; margin: 1; }

BODY {
 background-color: #a3c3a3;
 font-family: Monospace, sans-serif;
 font-size: 1em;
 color: #444444;
 line-height: 150%;
 overflow-y: scroll;
}

a:link {
 text-decoration: underline;
 color: #444444;
 transition: background-color 0.5s;
}

a:visited {
 text-decoration: none;
 color: #444444;
}

a:hover {
 text-decoration: underline;
 color: #aaaaaa;
 background-color: #cceeff;
}

a:active {
 text-decoration: none;
 color: #444444;
}

#huelle {
 max-width: 45em;
 margin-top: 0.75em;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0.75em;
 padding: 0.5em;
}

.foto {
 max-width: 98%;
 /* border-radius: 5px; */
 border: 1px solid #fffffc;
}

.fotos {
 width:48%;
 /* border-radius: 5px; */
 border: 1px solid #fffffc;
}
