﻿body {
}
A:link
{
    color: blue;
    text-decoration: none;
}
A:hover
{
    color: blue;
    font-weight: bold;
    text-decoration: none;
}
A:visited
{
    color: blue;
    text-decoration: none;
}

H1
{
    color: blue;
    font-variant: small-caps;
    font-style: italic;
    font-family: Haettenschweiler;
}
H3
{
	color: blue;
}

h4
{
	font-size: small;
	color: blue;
}

A:active
{
    font-weight: bold;
    color: blue;
    text-decoration: none;
}
.chartA
{
    background-color: silver;
    font-size: small;
}
.chartB
{
    font-size: small;
    border-bottom: black thin solid;
}
.charttitle
{
    border-right: black thin solid;
    border-top: black thin solid;
    font-weight: bold;
    font-size: small;
    border-left: black thin solid;
    border-bottom: black thin solid;
}
H2
{
    font-size: x-large;
    color: gray;
    font-variant: normal;
    text-align: center;
}

