/*
 * Common styles shared by all templates.
 * TODO(brian): Move all shared styles from main.css to here.
 */

.float {
  float: left;
}

.clear {
  clear: both;
}

.grey {
  background-color: #eee;
}

a:link {
  color: #7f7f7f;
  text-decoration: underline;
}

a:visited {
  color: #7f7f7f;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: underline;
}

a:hover {
  color: #3474BA;
  text-decoration: underline;
}

a:active {
  color: #3474BA;
  text-decoration: underline;
}
