h1 {
    color:#444444;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
}
p {
    color:black;
}
body {
    color:#444444;
    font-family: sans-serif;
    /*font-size: 11px;*/
    text-align: justify;
}
.bodyfooter {
    font-size: 10px;
    text-align: center;
    color: darkgrey;
}
.navbar {
    font-size: 15px;
    text-align: right;
    color: deepskyblue;
    vertical-align: middle;
    font-style: italic;
}
.navbar a {
    text-decoration: none;
    color: deepskyblue;
}
.navbar a:hover {
    color: mediumblue;
}
.chart {
    width: 600px;
}
.errortxt {
    color: red;
}
.responsetable {
    border: 1px solid;
    border-collapse: collapse;
    font-size: 10px;
}

.responsetrhead {
    background-color:#aaccaa;
    /*text-align: center;*/
}

.responsetr1 {
    background-color:#eeffee;
}
.responsetr2 {
    background-color:#ccddcc;
}

.navbar2 {
    font-size: 15px;
    color: deepskyblue;
    font-style: italic;
}