body {
    text-align: center;
}
h1 {
    text-align: center;
}
a:link {
	color: #0C2E85;
}
a:visited {
	color: #C318A1;
}
a.btn {
    color: #000;
    padding: 10px 15px;
    border: solid 1px #000;
    background: #e4d9ab;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
a.btn:hover, a.btn:active {
    background: #f8f3e0;
}