body {
 background-color: #e5ccff;
 font-size: 14px;
 line-height: 1.6;
}

h2 {
 font-size: 16px;
 text-align: center;
}

p {
 margin: 0;
}

.header-bg {
 line-height: 45px;
 background-color: #4753a2;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#4753a2), to(#4753a2));
}

.header-text {
 margin: 0;
 color: #ffffff;
 font-size: 16px;
 text-align: center;
 text-shadow: 1px 1px 3px #333333;
}

.text-box {
 margin: 10px 10px;
 padding: 5px 10px;
 background-color: #ffffff;
 font-size: 12px;
 border-radius: 8px;
 -webkit-border-radius: 8px;
}

.footer-bg {
 line-height: 30px;
 background-color: #bf7fff;
 font-size: 12px;
 text-align: center;

}
