﻿body
{
    white-space: normal;
}
span.text
{
	
	color: #b8860b;
	font-variant: small-caps;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
a
{
    font-size: 15pt;
    color: #3b3431;
    font-variant: small-caps;
    text-decoration: none;
}
.margin
{
    margin: 5px 0px 2px 10px;
}
p
{
	font-variant: small-caps;
	color: #b8860b;
	text-indent: 10px;
	white-space: pre-line;
}


.button
{
    font-variant: small-caps;
    color: #333300;
    background-color: #AB8321;
    font-family: 'Times New Roman' , Times, serif;
    
    margin-top: 5px;
    margin-bottom: 2px;
    margin-left: 10px;
    font-size: medium;
}

.marginmaster
{
    margin: 10px;
}

.panel
{
    color: #b8860b;
    font-variant: small-caps;
    border-left-width: 100px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    font-size: large;
    width: 480px;
    scrollbar-base-color: #920707;
    scrollbar-arrow-color: darkgoldenrod;
    
}