html, body{
  font-family: Verdana, Arial, sans-serif;
  font-size:12px;
  color:#696D9C;
}

h1{
  font-size:18px;
  color:#A52270;
}

h2{
  font-size:15px;
  color:#444971;
}

a{
  text-decoration:none;
  color:#A52270;
  font-weight:bold
}

a img{
  border:0;
}

.floatLeft{
  float:left;
  padding: 10px 10px 10px 10px;
}

.floatRight{
  float:right;
  padding: 10px 10px 10px 10px;
}

.clear{
  clear:both;
  display:block;
}