﻿body {
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    background-color: #5A0000;
    color: #FFFFFF;
}
html {
    font-family: "Times New Roman", Times, serif;
    font-size: large;
    background-color: #5A0000;
    color: #FFFFFF;
}
a:link {
    color: #FFFFFF;
}
a:hover {
    color: #FF0000;
    background-color: #FFFFFF;
}
a:visited {
    color: #FFFFFF;
}
.indent {
    text-indent: 2em;
}
h1  {
    text-align: center;
    font-family: "Old English Text MT";
}
.center {
    text-align: center;
    margin: 0 auto;
}
/* -------------------- Start Images ------------------------------*/
img {
    border-style: none;
    display: inline;
}
/* -------------------- End Images --------------------------------*/
