a.L:visited {
    background-color: transparent;
    color: #000000;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 160%;
    font-weight: 700;
    line-height: 0.9;
    text-decoration: none;
}

a.L:link {
    background-color: transparent;
    color: #000000;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 160%;
    font-weight: 700;
    line-height: 0.9;
    text-decoration: none;
}

a.L:hover {
    background-color: transparent;
    color: #000000;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 160%;
    font-weight: 700;
    line-height: 0.9;
    text-decoration: none;
}

a.L:active {
    background-color: transparent;
    color: #000000;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 160%;
    font-weight: 700;
    line-height: 0.9;
    text-decoration: none;
}

a.H:visited {
    background-color: transparent;
    color: #000000;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 400%;
    font-weight: 700;
    line-height: 0.9;
    text-decoration: none;
}

a.H:link {
    background-color: transparent;
    color: #000000;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 400%;
    font-weight: 700;
    line-height: 0.9;
    text-decoration: none;
}

a.H:hover {
    background-color: transparent;
    color: #000000;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 400%;
    font-weight: 700;
    line-height: 0.9;
    text-decoration: none;
}

a.H:active {
    background-color: transparent;
    color: #000000;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    font-size: 400%;
    font-weight: 700;
    line-height: 0.9;
    text-decoration: none;
}

a.I:visited {
    background-color: transparent;
    color: #0000FF;
    font-size: 110%;
    font-weight: 500;
    text-decoration: none;
}

a.I:link {
    background-color: transparent;
    color: #FF0000;
    font-size: 110%;
    font-weight: 500;
    text-decoration: none;
}

a.I:hover {
    background-color: transparent;
    color: #FF0000;
    font-size: 110%;
    font-weight: 500;
    text-decoration: none;
}

a.I:active {
    background-color: transparent;
    color: #FF0000;
    font-size: 110%;
    font-weight: 500;
    text-decoration: none;
}

a:visited {
    background-color: transparent;
    color: #0000FF;
}

a:link {
    background-color: transparent;
    color: #FF0000;
}

a:hover {
    background-color: transparent;
    color: #FF0000;
}

a:active {
    background-color: transparent;
    color: #FF0000;
}

body {
    background-color: #FFFFCC;
    color: black;
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: 400;
}

div.center {
    text-align: center;
}

div.overDiv {
    position: absolute;
    visibility: hidden;
    z-index:1;
}

img {
    border-style: none;
    vertical-align: middle;
}

img.space
 {
    border-style: none;
    hspace: 50;
    vertical-align: middle;
    vspace: 50;
}

p.center {
    text-align: center;
}

p.indent {
    margin-left: 2em;
}

p.left {
    text-align: left;
}

p.right {
    text-align: right;
}

span.email {
    font-size: 60%;
}

span.heading {
    font-size: 150%;
}

td {
    font-size: 90%;
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}

td.c {
    text-align: center;
}

td.l {
    text-align: left;
}