td.champion{
   color: #FF0000;
   border: 1px solid #000000;
   height: 2em;
   width: 27em;
   text-align:center;
 }
 
table.pedigree{
	background: #FFFFFF;
    width: 99%;
    font-size: .6em;
    border: 1px solid black;
 }
 
 td.pedigree{
    color: #0000FF;
    border: 1px solid black;
	height: 2em;
	width: 27em;
	text-align: center;
 }
 
 td.champion a:link{
    color: #FF0000;
    text-decoration: none;
 }
 
 td.champion a:active{
    color: #FF0000;
    text-decoration: none;
 } 
 
 td.champion a:visited{
    color: #FF0000;
    text-decoration: none;
 }
 
 td.champion a:hover{
    color: #FF0000;
    text-decoration: underline;
 }
 
 
 
 td.pedigree a:link{
    color: #0000FF;
    text-decoration: none;
 }
 
 td.pedigree a:active{
    color: #0000FF;
    text-decoration: none;
 }
  
 td.pedigree a:visited{
    color: #0000FF;
    text-decoration: none;
 }
 
 td.pedigree a:hover{
    color: #0000FF;
    text-decoration: underline;
 }

