A        { text-decoration: underline;
           color: blue;}

A:hover { text-decoration: underline;}

A:visited { font-weight: normal;}

A:active {  font-weight: bold;}

body      { font-family: Arial, sans-serif;
            padding-left: 45;
            padding-right: 20}

h1	  { font-size: 1.5em;
          text-align: center;
          padding-top: 10;
          padding-bottom: 10;}

h2     {   font-size: 1.17em; 
           padding-left:5;
           padding-right: 5;
           padding-top: 10;
           padding-bottom: 10;
        } 

h2 span {  padding-left:5;
           padding-right: 5;
           padding-top: 10;
           padding-bottom: 10;
        } 


h3  {  font-size: 1.17em; 
       padding-top: 10;
       padding-bottom: 10;
       padding-left:5;
       padding-right: 5; 
    }

h4  {  font-size: .83em; 
       font-style: italic;
    } 

ul    { font-weight: normal;  }

li, dl    { margin-bottom: 9;}

ul ul, ul ol, ol ul { font-size: .83em; }
ul ul ul  { font-size: 1em; }
       
em    { color: red;  }

cite  { font-family: Courier New, Courier, monospace; 
        color:blue;
        font-style:normal;
        font-weight: bold;}

code  { font-family: Courier New, Courier, monospace; 
        font-weight: bold; 
        font-size: 1em; }
 
dfn   { color: #008000;
        font-style:normal;}

var   { color: "#800000"; 
        font-style:normal;}

tt    { font-size: 1em; }
pre   { font-size: 1em; }

div   { font-family: Courier New, Courier, monospace; 
        font-weight: bold; 
        text-align: left; 
        border-style: solid; 
        border-width: thin;
        font-size: 0.917em; 
        margin-left: 5;
       }

div em { font-family: Times New Roman, serif;
         font-weight: bold; 
         font-style: normal;}
                                       
table caption  {  font-size: 1.17em;
                  font-weight: bold;}

.largeT { font-size: .83em; }

.smallT {  }

.footer { font-size: .75em; }

.blank  { background:white;
          border:medium none;
          font-family:Arial,sans-serif; }
