﻿body
{
    font-family: "book antiqua" , "times new roman" ,times;
    background-attachment: fixed;
    background-image: url(_theme/exptextb.jpg);
    background-repeat: repeat;
    border: solid;
    border-style:double;
    border-color:Maroon;
    margin: 5px 15px;
    padding: 5px 15px;
}
h1
{ /*  Title line on page  24 pt*/
    font-family: "Book Antiqua" , "Times New Roman" ,Times;
    font-weight: bold;
    font-style: normal;
    color: maroon;
    margin:4 15 4 25;
}
h2
{  /*  Major intro infor  18 pt */
    font-family: "Book Antiqua" , "Times New Roman" ,Times;
    font-weight: normal; 
    font-style: normal;
    color: maroon;
    margin:4 20 4 20;
}
h3
{   /* 14 pt Paragraph titles  */
    font-family: "Book Antiqua" , "Times New Roman" ,Times;
    font-weight: bold;
    font-style: normal;
    font-size: 14pt;
    color: maroon;
    margin: 1em;
    /*margin:4 20 4 20; */
}
h3.narrow
{   /* 12 pt bold */
    font-family: "Book Antiqua" , "Times New Roman" ,Times;
    font-weight: bold;
    font-style: normal;
    font-size: 12pt;
    color: maroon;
    margin: 1em;
  /*  width:55%;*/
}
h4
{   /* 12 pt black */
    font-family: "Book Antiqua" , "Times New Roman" ,Times;
    font-weight:bold;
    font-style: normal;
    margin: 1em;
}
h5
{
    /* 11 pt black */
    font-family: "Book Antiqua" , "Times New Roman" ,Times;
    font-weight: bold;
    font-style: normal;
    font-size: 11pt;
    direction: ltr;
    text-align: left;
    margin: 1em;
}
h6
{   /* 11 pt maroon */
    font-family: "Book Antiqua" , "Times New Roman" ,Times;
    font-weight:bold;
    font-style:normal;  
    font-size: 11pt;
    color: Maroon;
    margin: 1em;
}
p
{
    font-weight: bold;
    font-size: 12pt;
    color: black;
    font-family: 'Book Antiqua';
    margin: 1em;
}
p.right
{
    display: block;
    float: right;
    margin-left: 15px;
    vertical-align: top;
    width: 42%;
    direction: ltr;
    line-height: normal;
    margin-right: 25px;
    letter-spacing: normal;
    position: static;
    text-align: left;
}
p.left
{
    display: block;
    float: left;
    margin-left: 15px;
    vertical-align: top;
    width: 42%;
    direction: ltr;
    line-height: normal;
    margin-left: 25px;
    letter-spacing: normal;
    position: static;
    text-align: left;
}
td
{
padding-left: 10px;
padding-right: 10px;
}
ul
{
font-weight: bold;
    font-size: 12pt;
    font-family: 'Book Antiqua';

}
a:link
{
color: blue;
}
a:visited
{
color: blue
}
a:hover
{
color: moroon;
}