a.menu_link {
    text-decoration: none;
    color: #000000;
    }

a.file_link {
    text-decoration: none;
    color: #000000;
    }

body {
    background-color:#ffffff;
    }

.center {
    width: 1200px;
    margin: 0 auto;
    }

.head_table {
    border: "";
    border: 0px;
    width: 1200px;
    }

.header_text {
    font-size: 200%;
    font-weight: bold;
    }

.menu_format {
    background-color: lightsteelblue;
    text-align: left;
    vertical-align: top;
    }

.menu_text {
    font-size: 125%;
    font-weight: bold;
    }

.regular_text {
    font-size: 110%;
    font-weight: normal;
    }

.regular_text_centered {
    font-size: 110%;
    font-weight: normal;
    text-align: center;
    }

table {
    background-color: white;
    border: 0px
    border-collapse: collapse;
    }

td {
    border: 0;
    }

th {
    border: 0;
    }

tr {
    border: 0;
    }



