@font-face {
  font-family: 'Emilys Candy';
  font-style: normal;
  font-weight: 400;
  src: local('Emilys Candy'), local('EmilysCandy-Regular'), url(https://fonts.gstatic.com/s/emilyscandy/v4/PofLVm6v1SwZGOzC8s-I3YnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

@font-face {
    font-family: 'EthnocentricRg-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('EthnocentricRg-Regular'), url('ethnocentric_rg.woff') format('woff');
}

body {
    padding-top:20px;
}
h1 {
    text-align: center;
}
table {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 0;
}
th,td {
    font-size: x-large;
    padding: 5px 20px 5px 20px;
}
th {
    border-bottom: solid;
}
.alignright {
    text-align: right;
}
.center {
    text-align: center;
}


.lb_ls {
    background-color: #008;
}
.lb_ls * {
    color: #ffd;
}
.lb_ls h1 {
    font-family: 'Emilys Candy';
}

.lb_dn {
    background-color: #5e9d88;
}
.lb_dn * {
    color: #d34736;
}
.lb_dn h1 {
}

.lb_ktb {
    background-color: #D62E75;
    color: #F6C487;
    font-family:'EthnocentricRg-Regular';font-weight:normal;font-size:42px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.lb_ktb h1 {
    text-shadow: -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000, 4px 4px 0 #000;
}


