﻿body
{
    font-size: 10px;
    margin: 0px;
    color: black;
    font-family: Arial;
    font-size:11px;
    background-color: white;
}
H1
{
    font-weight: bold;
    font-size: 14px;
    color: black;
    font-style: italic;
}
H2
{
    font-weight: bold;
    font-size: 12px;
    color: black;
}
H3
{
    font-weight: bold;
    font-size: 11px;
    color: black;
}
HR
{
    color: #708090;
} 
 
.btnsend
{
    width: 125px;
    height: 36px;
    font-weight: bold;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    cursor: hand;
    background-color: red;
    color:White;
}
.que
{
    font-weight: bold;
    color: black;
    font-size: 13px;
    font-family: Arial;
    text-align: left;
}

.ans
{
    font-weight: normal;
    color: black;
    font-size: 12px;
    font-family: Arial;
    text-align: left;
}    

.menustd
{
    border-left: #008080 thin solid;
    border-right: #008080 thin solid;
    border-top: #008080 thin solid;
    border-bottom: #008080 thin solid;
    font-weight: normal;
    width: 150px;
    color: white;
    background-color: navy;
    vertical-align: middle;
    text-align: left;
}
.menuhover
{
    border-left: red thin solid;
    border-right: red thin solid;
    border-top: red thin solid;
    border-bottom: red thin solid;
    font-weight: bold;
    width: 150px;
    color: black;
    background-color: #0000ff;
}
.menuselect
{
    border-left: #008080 thin solid;
    border-right: #008080 thin solid;
    border-top: #008080 thin solid;
    border-bottom: #008080 thin solid;
    font-weight: bold;
    width: 150px;
    color: #808080;
    background-color: #d3d3d3;
    text-align: left;
}
.shead
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border: 0px;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    color: red;
    font-family: 'Lucida Handwriting' , 'Times New Roman';
    text-align: center;
}
.sbody
{
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 25px;
    border: 0px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: black;
    font-family: Arial;
    width: 300px;
}
.sfoot
{
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: red;
    padding-top: 25px;
}
A
{
    font-size: 11px;
    color: blue;
    font-variant: small-caps;
}
.Alinks
{
    font-size: 11px;
    color: blue;
    font-variant: small-caps;
}
.Blinks
{
    font-size: 12px;
    color: Navy;
    font-variant: small-caps;
}
.Blinkscurrent
{
    font-size: 12px;
    color: white;
    font-variant: small-caps;
    font-weight:bold;
}
