body {
  font-size:12px;
  font-family: 'Lato', sans-serif;
  color:#fff;
}
#content h1, #content h2 {
  font-weight:normal;
  text-transform:uppercase;
  margin-bottom:6px;
  font-size:16px;
  clear:both;
}
#content h1 {
}
#content h2 {font-size:13px;}
#content h2.h1 {font-size:16px;}

#content p, #content ul, #content ol {
  margin-bottom:10px;
  line-height:16px;
}
#content ul, #content ol {
  margin-left:35px;
}
#content small {
  font-size:11px;
}
#content a {
  color:#fff;
  text-decoration:underline;
}
#content a:hover {
  text-decoration:none;
}
#content a.team, #content a.teamBig {
  display:block;
  padding:10px 10px 30px 20px;
  width:283px;
  text-decoration:none;
  text-align:right;
  font-size:12px;
  float:left;
}
#content a.team img, #content a.teamBig img {
  display:block;
  width:130px;
  height:100px;
  margin:-10px 0 0 10px;
  float:right;
}
#content a.team img {
  width:85px;
  height:100px;
}
#content a.team:hover span, #content a.teamBig:hover span {
  text-decoration:underline;
}