body {
  background:#2C4E62;
  background-image:url('banner.jpg');
  background-repeat:no-repeat;
  color:#CAD3D2;
  font-family:sans-serif;
  margin-top:160px
}
a:link {
  color:#95A8A5;
}
a:visited {
  color:#7BA5C6;
}
a:hover {
  color:#95A8A5;
  text-decoration:none;
  font-weight:bold;  
}
a:active {
  color:#95A8A5;
}
