﻿body
{
    font-family: Tahoma;
    background-color: #ffffc1;
}
.hooverbutton {
    color: black;
    background-color: #C3E5FC;
    cursor: pointer;
    border-width: 3px;
    border-style: outset;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    width: 100px;
}

.static {
    color: black;
    background-color: #F1ECE5;
    border-width: 3px;
    border-style: outset;
    font-size: 14px;
    font-weight: normal;
    height: 28px;
    width: 100px;
}
.textboxes {
    border-style:ridge;
    border-width: 5px;
}
