a:link {
  text-decoration: none;
  font-weight: bold;
  color: gray;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  color: #00f;
}

body {
  background: gray;
}

div#main {
  background: #ccc;
  margin: 10% auto 0% auto;
  width: 500px;
  padding: 1em;
  border: 1px solid black;
}

div#photo {
  font-size: .8em;
  float: left;
  margin: 1em;
}

p.title {
  font-size: 2em;
  border-bottom: 1px solid black;
}

p.smtitle {
  font-size: 1.5em;
}

p.c {
  font-size: .8em;
  clear: both;
  text-align: center;
}

img {
  width: 400px;
  padding: 5px;
  border: 1px solid black;
  background: white;
  margin-bottom: 3px;
}
