@charset "utf-8";

a:visited, a:link, a:active { 
color: #990099;
text-decoration : none;
}
a:hover {
color: #990099;
text-decoration: underline;
}

h4 {
color: #6A006A;
padding: 0;
margin: 5px 0;
font-size: 12px;
}