@charset "UTF-8";

a:link,a:active,a:hover {
  color:#E374F5;
}

a:visited {
  color:#E374F5;
}

body {
  background-color:#E374F5;
  background-color:#FBE2FF;
  color:#666666;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:15px;
  background-position:top left;
  background-attachment:scroll;
}