﻿body {
    color: #000000;
    font-size: 12pt;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
}
@font-face {
    font-family: 'GodOfWar';
    src: url('GodOfWar.woff2') format('woff2'),
        url('GodOfWar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "God of War";
    src: url('GodOfWar.woff2') format('woff2'),
        url('GodOfWar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.customFont {
    font-family: "GodOfWar"
}
h2 {
    font-family: "GodOfWar";
    font-size: 16pt
}
a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

.nodisplay {
    display: none;
}
a:link, a:visited, a:active, a:hover {
    color: #333;
}

a:hover {
    background-color: #c5c2c2;
}

.rAlign {
    text-align: right;
}
.cursor {
    cursor: pointer;
}
.tdStyle {
    white-space: nowrap;
    color: #000000;
    font-weight: bold;
    font-size: 13pt;
}
.eventtit {
    padding: 5px; 
    width: 234px; 
    background-color: black; 
    color: white; 
    font-size: 12px; 
    text-align: center;
}
.event1 {
    padding: 5px; 
    width: 234px; 
    background-color: #c0c0c0; 
    color: black; 
    font-size: 12px; 
    border-bottom: 2px solid black;
    cursor: pointer;
}
.event2 {
    padding: 5px; 
    width: 234px; 
    background-color: #ffffff; 
    color: black; 
    font-size: 12px; 
    border-bottom: 2px solid black;
    cursor: pointer;
}
.upperclass {
    text-transform: uppercase !important;
}
.xtraPad {
    padding: 4px;
}
.extraPadIndent {
    padding: 6px;
    background-color: black;
    margin-left: 3px;
    font-size: 12pt;
}