body {
	background-color:#FFF6F7;
        font-family: Arial,Helvetica,sans-serif;
	}

a:link {
	color:#120BA0;
	text-decoration:underline;
	}

a:visited {
	color:#120BA0;
	text-decoration:underline;
	}

a:focus {
	color:#120BA0;
	text-decoration:underline;
	}

a:hover {
	color:#A59B9D;
	text-decoration:none;
	}

a:active {
	color:#120BA0;
	text-decoration:underline;
	}

.button {
	color:#000000;
	border: 1px solid #000000;
	}
	
.button:hover {
	color:#A59B9D;
	text-decoration:none;
	}

    #titel {
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	color: #FFF6F7;
	font-weight:bold;
     }

    .bg {
	background-color:#94757A;
	border: 1px solid #000000;
     }
     
    .align {
	text-align:center;
     }

    .hr {
    border-bottom: 3px solid #94757A;

     }
