        body {
            line-height: 2em;
            background-color: antiquewhite;
            font-family: sans-serif;
        }

        a:link {
            color: #000;
            text-decoration: none;
        }

        a:visited {
            color: #000;
        }

        a:hover {
            color: #000FFF;
            font-size: 1.0225em;
        }

        table {
            width: 100%;
            padding-left: 1%
        }

        td {
            width: 32%;
            height: 2.2em;
            padding-left:
        }

           td.death {
            position: absolute;
            right: 9%;
            height: 2.2em;
            padding-left:
        }

        .title {
            width: 100%;
            text-align: center;
            font-size: 1.5em;
            font-weight: 700;
            line-height: 3em;
        }

        .tag {
            width: 100%;
            text-align: center;
            font-size: 1.1em;
            line-height: 4em;
            font-weight: bold;
        }

        .bold {
            font-weight: 700;
        }

        .img-right {
            position: absolute;
            top: 4%;
            right: 1.5%;
        }

        .center {
            width: 100%;
            text-align: center;
            font-weight: 700;
            font-size: 1.25em;
        }

        .center a:link {
            color: blue;
        }

        .center a:visited {
            color: blue;
        }
