A {
    text-decoration : none;
    color : Blue;
}

BODY {
    font-family : sans-serif;
    background-repeat : repeat;
    background-color : White;
}

H1 {
    font : large Arial;
    font-family : sans-serif;
    color : Black;
}

H2 {
    font : medium Arial;
    font-family : sans-serif;
    text-decoration : none;
    color : Black;
    font-weight : bold;
}

H3 {
    font : medium Arial;
    font-family : sans-serif;
    color : Black;
    font-weight : bold;
}

H4 {
    background-color: White;
    font : x-small Arial;
    font-family : sans-serif;
    text-decoration : none;
    color: Black;
}

H5 {
    font : small  Arial;
    font-family : sans-serif;
    text-decoration : none;
}

H6 {
    font : x-small  Arial;
    font-family : sans-serif;
    text-decoration : none;
}

p {
    font: small Arial;
    font-family : sans-serif;
    text-decoration : none;
    color: Black;
}


li {
    font : small Arial;
    font-family : sans-serif;
    text-decoration : none;
    color: Black;
}

ul {
    font : small Arial;
    font-family : sans-serif;
    text-decoration : none;
    color: Black;
}

EM {
	color: Gray;
	font-style : italic;
	font-size : small;
	font-family : sans-serif;
}


td {
    font : small Arial;
    font-family : sans-serif;
    text-decoration : none;
    color: Black;
}
