@charset "UTF-8";
/* CSS Document */

#content img{
  margin: 0 8px 8px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#content a:link img {
  padding:2px;
  border:1px solid #DC9100;
}
#content a:visited img {
  padding:2px;
  border:1px solid #DC9100;
}
#content a:active img {
  padding:2px;
  border:1px solid #DC9100;
}

#content a:hover img {
  padding:2px;
  border:1px solid #843E02;
  background-color:#D77B00;
}
