@charset "utf-8";
/* CSS Document */
.body_all{
	background-color: #501090;
	background-image: url("exclusive-paper.png");
	color: #FFF;
	font-family: 'Roboto Slab', serif;
}

.uschrift{
	font-family: 'Roboto Slab', sans-serif;
	color: #FFF;
}
a:link {
      color: #ccc;
      }
      /* visited link */
a:visited {
      color: #9fcf42;
      }
      /* mouse over link */
      a:hover {
      color: #8ebf42;
      }
      /* selected link */
      a:active {
      color: #800000;
      }