html {
    height: 100%;
    scrollbar-base-color:#000000;
    scrollbar-arrow-color:#FF0000;
    scrollbar-3dlight-color:#4F4F82;
    scrollbar-darkshadow-color:#4F4F82;
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#DEF1FF;
    scrollbar-shadow-color:#D0D0D0;
    scrollbar-track-color:#000000:
}

h1
{
text-align: center;
border-style: inset;
border-width: 7px;
background-color: #CCFFFF;
}

.conf1
{
color: blue;
}

.conf2
{
color: red;
}

th
{
background-color: #FFFF00;
color: black;
font-weight: bold;
text-align: center;
}

td
{
text-align: center;
}