
.box
{
display: block;
margin-top: 10;
margin-left: auto;
margin-right: auto;
width: 80%;
height: 80%;
overflow: auto;
border-color: #333333;
border-width: thin;
padding: 2%;
}

p
{
font-family: "Arial Narrow, Arial, sans";
text-align: left;
color:#333333;
font-size: 14;
margin-left: 5;
line-height: 1;
display: block;
}

.pfirstl
{
font-family: "Times New Roman";
text-align: left;
font-size: 18;
color: #F22B15;
font-weight: bold;
margin-left: 0;
}

.span
{
font-size: smaller;
}

h1
{
font-family: "Georgia, Garamond";
font-weight: bold;
font-size: 14;
color: #2AA9CC;
display: block;
text-indent: 0;
}

h2
{
font-family: "Arial";
font-weight: bold;
font-size: 12;
color: #FF6600;
display: block;
text-indent: 0;
}

h3
{
font-family: "Trebuchet MS, Verdana";
font-weight: bold;
font-style: italic;
font-size: 11;
color: #69ADAD;
display: block;
text-indent: 0;
margin-right: 20;
}

h4
{
font-family: "Century Gothic, Verdana";
font-size: 12;
font-weight: bold;
color: #688CC1;
display: inline;
text-indent: 0;
}

b
{
font-family: "Trebuchet MS, Verdana";
font-size: 12;
color:#E52712;
display: inline;
text-indent: 0;
}

a
{
font-family: "Trebuchet MS, Century Gothic, Verdana";
color: #0099CC;
font-size: 12;
margin-left: 5;
}

a:link {color: #3091CE; text-decoration: none;}
a:visited {color: #FF9900; text-decoration: none;}
a:hover {color: #FF9900; text-decoration: underline;}
a:active {color: #FFCC00; text-decoration: none;}
