@import url(/style/stti/STTI.css);

.clientLogo {
	background-color: #FFFFFF;
}

a, a:focus, a:active, a:link, a:visited {
	color: #715b9c;
	text-decoration: none;
}

a:hover {
	color: #50387e;
	text-decoration: underline;
}

.navigation a {
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    font-size: 1em;
    background: #715b9c;
    padding: 16px 10px;
    line-height: 1.75px;
    border: 1px solid ##715b9c;
    text-decoration: none;
    display: block;
    margin: 7px;
    text-align: center;

}

.navigation a:hover {
    background: #50387e;
    text-decoration: none;
    color: #ffffff;
}