body {
  background: #ffe3f2 url("bada.png"); /*Replace with your own background.*/
	background-size: cover;
	background-attachment: fixed;
  background-position:center;
	background-size: cover; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
  }
  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
  
  a {
    color:#663348;
    }
  
  .box {
    margin: 0 auto;
    background:#fefefe;
    width:70%;
    padding:20px;
    margin-top:30px;
    margin-bottom:15px;
    border-radius:20px;
    border: 12px #c77f84 double;
    }
    
  /*Prevent overflow of large images in main text areas.*/
.box img {
  max-width: 100%;
  height: auto;
  }
    
  .footer { /*fixed height and bigger bottom margin*/
    text-align:center;
    margin: 0 auto;
    background:#fefefe;
    width:600px;
    height:25px;
    overflow:auto;
    padding:20px;
    margin-top:30px;
    margin-bottom:30px;
    border-radius:20px;
    border: 12px #c77f84 double;
    }

a:link {
  color: #ffe3f2;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #c77f84;
  background-color: transparent;
  text-decoration: none;
}
a.squiffy-link
{
text-decoration: underline;
color: #ffe3f2;
cursor: pointer;
}


