@charset "utf-8";

.fontadjust {
-webkit-text-size-adjust: 150%;
-moz-text-size-adjust: 150%;
-ms-text-size-adjust: 150%;
-o-text-size-adjust: 150%;
text-size-adjust: 150%;
}

a {
margin: 0px;
padding: 0px;
}

a:link {
color: #070799;
text-decoration: none;
}

a:visited {
color: #706CAA;
text-decoration: none;
}

a:hover {
color:#ff6600;
text-decoration: underline;
}

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

