body{
  margin:0 auto;
  font-size:16px;
  color:#010101;
  background-color:#E95383;
}

a{
  text-decoration:none;
  color:#007bbb;
}

.header {
  background-color:#85A1A0;
  font-size:20px;
}

.header a{
  font-weight:bold;
  font-size:large;
  text-shadow:-1px -1px 1px #561a0b;
  color:#f8f8f8;
}

.menu {
  text-align:center;
  line-height:44px;
  background:#B8B6C1;
}

.menu a{
  display:block;
  width:20%;
  float:left;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  text-shadow:-1px -1px 1px rgba(0,0,0,0.5);
  color:#cacaca;
}

.menu a:nth-child(2n+1){
  background: -moz-linear-gradient(#DCD5CB, #ffffff 15%, #fff8fe 20%, #DCD5CB 50%, #a9a198);
  background: -webkit-gradient(linear, left top, left bottom, from(#DCD5CB),  color-stop(0.15, #ffffff), color-stop(0.2, #fff8fe), color-stop(0.5, #DCD5CB), to(#a9a198));
}

.menu a:nth-child(2n){
  background: -moz-linear-gradient(#DCD5CB, #ffffff 15%, #fff8fe 20%, #DCD5CB 50%, #a9a198);
  background: -webkit-gradient(linear, left top, left bottom, from(#B7CDDA),  color-stop(0.15, #ffffff), color-stop(0.2, #eafffd), color-stop(0.5, #B7CDDA), to(#849aa7));
}

.main {
  background:rgba(225,225,225,0.5);
  margin:10px 0;
  padding:1em 0px;
}

.underline{
  border-bottom: 1px dotted #999;
  line-height: 2em;
  display: inline;
  padding-bottom: 2px;
}

.footer {
  background-color:#B8B6C1;
  text-align:center;
  padding:5px 0;
}

.footer a{
  color:#f8f8f8;
}