  
/* link color spec*/
 
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color:  #FFFFFF;}
a:active {text-decoration: none; color: #3BB9FF;}
a:hover {text-decoration: underline; color: #FFFFFF;}
  

/* both tiles the background image*/
body {background-color:#E6E6E6; }

 #wrapper {    height: 900px;
		       width: 1200px;
			   margin: 0 auto;
			   border-top: solid 1px #FFF;
			   border-left: solid 1px #FFF;
			   border-right: solid 2px #666;
			   border-bottom: solid 2px #666;
			   padding: 0%  ;
			   background-image: url(../tch_images/horse_background.jpg) ;}
			   
.line { font-family: Impact;
        color: #FFFF00;
        font-size: 100px;
        font-style: italic;
        font-weight: bold; 
        margin-top:  -10px;
        margin-bottom: -10px;
        border-bottom: 2px solid #151B8D; 
        width: 400px;   
        }  
            
           .tch_pic { width: 310px; height: 210px; 
                              margin-top: 125px;
                              margin-left: 85px; 
                              margin-bottom: -20px; 
							  border-top: solid 1px #FFF;
			                  border-left: solid 1px #FFF;
			                  border-right: solid 2px #666;
			                  border-bottom: solid 2px #666;
                              background-image: url(../tch_images/bh_clrwys_06.jpg) ;
							 } 
                   
                          
             .scroll {    float: right;
			              margin-top: 25px;
                          margin-right: 50px;
                          height: 800px;
                          width: 600px;
						  overflow: auto;
						  background-color: #D8D8D8;
                          padding: 8px;
                          font-size: 20px;
                          border: 2px solid #E0FFFF;
                         }
                         
          h1 { text-align: center;
               font-style: italic;
               color: 2B3856;
               font-size: 40px;
                 }
          