BODY
{
font-family: Arial;
background-color: white;
color: black;
font-size: 11pt;
}

A
{
color: blue;
text-decoration: none;
}

A:hover
{
text-decoration: underline;
color: red;
}

.sBye
{
font-weight: bold;
font-size: large;
color: navy;
}

.sName
{
font-weight: bold;
/*font-size: x-large;*/
font-size: 15pt;
color: maroon;
}

.sStart
{
font-weight: bold;
color: navy;
}

.sQuestBefore
{
margin: 25,0,15,0;
font-weight: bold;
font-size: 10pt;
color: maroon;
}

.sQuest
{
margin: 5,0,0,0;
font-weight: bold;
font-size: 10pt;
}

.sAnswer
{
margin: 0,0,15,15;
font-size: 9pt;
}

.sCode
{
font-weight: bold;
}

.sDescr
{
/*font-weight: bold;*/
font-seight:normal;
color: navy;
}

.sEnd
{
}

.ListTest
{
margin: 5,0,0,0;
font-size: 9pt;
}

.ListTestName
{
font-weight: bold;
color: navy;
font-size: 12pt;
}

.ListTestDescription
{
font-weight: normal;
color: black;
font-size: 9pt;
}

.sResTestHeader
{
font-weight: bold;
color: navy;
}

.sResTestName
{
font-weight: bold;
/*font-size: large;*/
font-size: 14pt;
color: maroon;
}

.sUserName
{
font-weight: bold;
/*font-size: large;*/
font-size: 14pt;
color: navy;
}

.sNavigation
{
text-align: center;
}

.sButton
{
width:100px;
height:25px;
font-weight: bold;
font-size: 12px;
border:2px outset white;
color:black;
background:silver;
}