a:link {
	color:#cc99ff;
}
a:visited {
	color:#cc99ff;
}
a:active,
a:hover {
	color: #cc99ff;
}

.button {
    background-color: #6441A5;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.button:hover {
    background-color: orange;
}

