/* link color spec*/
 
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color:  #41627E;}
a:active {text-decoration: none; color: #FFFFFF;}
a:hover {text-decoration: underline; color: #151B8D;}
  

/* 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;   
        }     
     
/* botg_table - draws the botg page table*/
     
     .botg_table { float: right;
                   text-align: center;
                   font-size: 15px;
                   font-weight: bold;
                   color:  #151B8D; 
                   margin-right: 100px;
                   margin-top: 150px;
                   cell-spacing: 5px; 
                   background-color: #D8D8D8;
                   border: 2px solid #FFF;
                   width: 500px;
                 }    
                   
/* tch_pic sizes and sets team logo pic*/      

                   .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
                            }



/* th draws table header
   td draws table borders */                            
                          
   th { font-size: 25px;
        background-color:  #D8D8D8;     }      
        
   td { border: 2px solid  #FFF;}
      
              