
@font-face {

	font-family: 'ANH';
	src: url(/ANH.ttf) format('truetype');

}
.button {
    background-color: #000000;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
    .buttons {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}
.small {
    font-family: ANH;
    color:#000000;
    font-size:9pt;
    text-decoration: none;
    }
