html { font-family: 'Poiret One', cursive;font-size:1.8em;  letter-spacing:0px;  width:100%;    height:100%; color:rgba(255,255,255,0.7);}
body {background: rgb(91,134,131);
background: -moz-linear-gradient(top, rgba(91,134,131,1) 0%, rgba(68,107,116,1) 100%); 
background: -webkit-linear-gradient(top, rgba(91,134,131,1) 0%,rgba(68,107,116,1) 100%);
background: linear-gradient(to bottom, rgba(91,134,131,1) 0%,rgba(68,107,116,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b8683', endColorstr='#446b74',GradientType=0 );
}
h1 span {display:none; }
a {color:#ffffff; color:rgba(255,255,255,0.85); text-decoration:none;}
a:hover { text-decoration:none;}
span {color:#000000;}
p {margin:0 0 10px 0; text-transform:uppercase;}