body {
  background-color: #214196;
  padding:0;
  margin:0;
  font-family:Verdana, Tahoma, Sans-serif;
}
h1 {
  color:#96214D;
  padding:0;
  margin:0;
}
h2 {
  color:#5656A8;
  padding:0;
  margin:0;
}
h3 {
  color:#96214D;
  padding:0;
  margin:0;
}
a,a:hover,a:visited {
  color:#992789;
  font-size: small;
}
#all {
  width:100%;
  background-image: url(web-design/bg-content.gif);
  background-position: center;
  background-repeat: repeat-y;
}
#header {
  width:760px;
  height:111px;
  margin-left: auto;
  margin-right: auto;
}
#content {
  width:760px;
  margin-left: auto;
  margin-right: auto;
  /*background-color: #FFF;*/
}
#text {
  padding:10px;
  text-align: left;
}
#text img {
  padding:0 10px 5px 0;
}
q {
  display: block;
  width:80%;
  font-style: oblique;
  background-color: #FBE7F8;
  border-right:2px #C48DBC solid;
  border-bottom:2px #C48DBC solid;
  padding:5px;
}
dl {}
dt {
  color:#9A2828;
  font-weight: bold;
  line-height: 150%;
}
.marked {
  /*background-color: #ffffcc;*/
}
.bottom-text {
  font-size: small;
}
.get-button {
  background-image: url(web-design/signup.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width:407px;
  height:47px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 95%;
}
a.signup,a.signup:hover,a.signup:visited {
  color:#FFF;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
p.google {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#footer {
  color: #FFF;
  font-size: 11px;
  text-align: center;
  width:760px;
  height:41px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(web-design/footer.jpg);
  background-position: top;
  background-repeat: repeat-x;
}
a.footer-link,a.footer-link:hover,a.footer-link:visited {
  color:#FFF;
  font-size: 11px;
  text-decoration: none; 
}

