@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
	color:#333;
  background: #dcb7fc;
}


.allmode-default a {															/* LINKS */
	color: #333 !important;
	text-decoration: none;
}
.allmode-default a:hover {														/* LINKS Hover */
	color: #6d467b !important;
	text-decoration: underline;
}

