@font-face {
    font-family: olde;
    src: url(/OldeEnglish.ttf);
}
@font-face {
    font-family: day;
    src: url(/DAYROM.ttf);
}

html {
    background-color: #5d0000;
    background: url('/red092.jpg');
    color: #ffe1e1;
    font-family: 'day', serif;
    text-align: center;
}

div.content {
    width: 720px;
    max-width: 98%;
    height: 98%;
    max-height: 600px;
    margin: auto;
    border: 2px solid white;
    background-color: #330000;
    background: url('/red204.jpg');
    padding: 10px;
    box-sizing: border-box;
    overflow: auto;
}

h1, h2, h3 {
    font-family: 'olde', serif;
    color: #ff9292;
}
h1 {font-size: 42px; margin: 8px;}
h2 {font-size: 36px; margin: 7px;}
h3 {font-size: 30px; margin: 6px;}
p {font-size: 16px; margin: 10px 5px;}

a {color: #ff9292; text-decoration: none;}
a:visited, a:hover {color: #ff1515;}
a:hover {text-decoration: underline;}

table, th, td {border: 1px solid #ffeeee;}