
h3 {
    background-color: blue;
    color: white;
   }

a {
   color: rgb(51, 51, 255);
   font-weight: bold;
  }
  
hr {width:100%; height: 4px}

body {font-family: Verdana, Arial, Helvetica, sans-serif;}

em {color: rgb(51,51,255);}

table{
	border-collapse: collapse;
	border: 1px solide gray;
	}

th{
	background: lightgray;
	color: blue;
	padding: 0.5em;
	border: 1px solid gray;
	}

td {
	border: 1px solid gray;
	padding: 0.5em;
	}

pre {
	 color: rgb(51, 51, 255);
     font-family: Courier;
	 font-size: 110%;
      }

.T0 { 
     color: rgb(51, 51, 255);
     font-weight: bold;
     font-size: xx-large;
     }

.Tx {
     color: rgb(51, 51, 255);
     font-weight: bold;
     font-size: x-large;
     }

    
.T1 {
     color: rgb(51, 51, 255);
     font-weight: bold;
     font-size: larger;
     }

.T1i {
     color: rgb(51, 51, 255);
     font-weight: bold;
     font-style: italic;
     font-size: larger;
     }
	 
.T1k {
     font-weight: bold;
     font-size: larger;
     }

.T1g {
     color: rgb(51, 51, 255);
     background-color: rgb(200,200,200);
     font-weight: bold;
     font-size: larger;
     }

.T2 {
     color: rgb(51, 51, 255);
     font-weight: bold;
     font-size: large;
     }
    
.m {color: #000099; font-family: Arial;}

.t  {color: rgb(51, 51, 255); font-family: Arial;}
   
.btt  {color: #000099;  font-family: Arial; font-weight: bold}
   
.c {
     color: rgb(51, 51, 255); font-family: Arial;
     }
    

.o {
     color: rgb(200,130,0);
     font-weight: bold;
     font-size: medium;
     }

     
.bf {
     color: rgb(51, 51, 255);
     font-weight: bold;
    }

.bfb {
     color: rgb(51, 51, 255);
     font-weight: bold;
    }

.bfk {
     font-weight: bold;
    }

.bi {
     color: rgb(51, 51, 255);
     font-weight: bold;
     font-style: italic
    }

.bik {
     font-weight: bold;
     font-style: italic
    }

.it {
     color: rgb(51, 51, 255);
     font-style: italic;
    }
    
.itk {
     font-style: italic
    }
	
.nor {
     font-family: verdana;
	 font-weight: normal;
	 color: rgb(0,0,0);
    }

.sc {
     color: rgb(51, 51, 255);
	 font-variant: small-caps;    
    }

.scl {
     color: rgb(51, 51, 255);
	 font-variant: small-caps; 
     font-size: x-large;	 
    }
	
.scb {
     color: rgb(51, 51, 255);
     font-weight: bold;
     font-variant: small-caps;    
    }


.tt {
     color: rgb(51, 51, 255);
     font-family: Courant;
     font-size: 120%;
     }
.cou {
     color: rgb(51, 51, 255);
     font-family: Courier;
     font-size: 115%;
    }
    
.ttb {
     color: rgb(51, 51, 255);
	 font-family: Courier;
     font-size: 120%;
     font-weight: bold;
     }
    
.tts {
     color: rgb(51, 51, 255);
     font-family: Courier;
     font-size: 120%;
    }  /* should be deprecated*/

      
.red {color: rgb(255,0,20)}

.blue {color: rgb(51,51,255)}

.indent { padding-left: 10em; }


.left
{
    float: left;
    text-indent: 15px;
}

.hangindent {
    margin-left: 22px ;
}


