/*-------------------- Basic */

body {
  color: #888;
  font-family: Trebuchet MS;
  text-align: center;
}


strong {
  color: #444;
  font-weight: bold;
}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}

/*-------------------- Links */
a img {
  border: 0;
  padding: 0;
}
a {
  text-decoration: underline;
  color: #f26522;
}
a:hover {
  text-decoration: none;
  color: #f26522;
}
a.highlight {
  text-decoration: none;
}
a.highlight:hover {
  color: #fff;
  background-color: #f26522;
}

