﻿.header
{
    border: 1px solid #b4055a;
    background-color: #deebfa;
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: #efd016;
    cursor: pointer;
}
.headerselected
{
    border: 1px solid #b4055a;
    background-color: #FFFF66;
    font-family: verdana;
    font-size: medium;
    font-weight: bold;
    color: #b4055a;
    text-align: center;
}
.content
{
    border: 1px solid #284775;
    font-family: verdana;
    font-size: small;
    color: #284775;
    background-color: #FFFFCC;
}
#acc a:link
{
    font-family: verdana;
    font-size: small;
    color: #b4055a;
    text-decoration: none;
    text-align: center;
}
#acc a:visited
{
    font-family: verdana;
    font-size: small;
    color: #284775;
    text-decoration: none;
}
#acc a:hover
{
    color: #284775;
    font-family: verdana;
    font-size: small;
    text-decoration: underline;
}
Acc_h2
{
    font-family: verdana;
    font-size: medium;
    text-align: center;
    font-weight: bolder;
    color: #FFFF00;
}
.list1
{
    font-family: verdana;
    font-size: small;
    color: #284775;
    background-color: #FFFFCC;
    font-weight: bold;
}
