﻿body {
    padding-left: 17em;
    background-image: url('/images/blpaper.gif');
    background-repeat: repeat;
}

title {
    font-size: xx-large;
}

.style1 {
    font-size: xx-large;
    text-align: center;
    font-family: "Segoe UI Historic";
}

ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 8em;
    left: 1em;
    width: 15em;
}

    ul.navbar li {
        background: white;
        margin: 0.5em 0;
        padding: o.3em;
        border-right: 1em solid teal;
        border-left: 1em red;
    }



    ul.navbar a {
        text-decoration: none;
    }

a:link {
    color: blue;
}

a:visited {
    color: purple;
}

h1 {
    font-size: xx-large;
    font-family: "Times New Roman", Times, serif;
}

h2 {
    font-size: medium;
    font-family: "Times New Roman", Times, serif;
}

h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: small;
}

address {
    position: relative;
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted;
}

block {
    background-color: blue;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    border: 0px
    <!-- border: 1px solid black; -->
}

thead {
    background-color: #1c87c9;
    color: #ffffff;
}

th {
    text-align: left;
}

tbody tr:nth-child(odd) {
    background: #CCFFCC;
}

tbody tr:nth-child(even) {
    background: #f4f4f4;
}
