<!DOCTYPE html>
<html>
<head>
<style>
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


.h-font {
    font-family: Tw Cen MT;
    src: url("font/TCCEB.ttf");
}

.a-font {
    font-family: forte;
    src: url("font/forte.ttf");

}
</style>
</head>
<body>
