span.supply {
    text-decoration:none;
    color: black;
    }
span.supply:hover { 
    text-decoration;
    color: red;
    cursor: pointer; cursor: hand;
    }
a { 
    text-decoration:none; 
    color: black; 
    vertical-align: middle;
    }
a:hover { 
    color:red; 
    vertical-align: middle;
    }
a.inner { 
    color:blue;
    text-decoration:none;
    }
a.inner:hover {
    color:red;
    text-decoration:none;
    }     
td.button { 
    height: 23px; 
    width: 130px; 
    background-image: url('http://www.walkercomponent.com/index/WCG/pics/button_default_up.jpg'); 
    text-align: center; 
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    }
td.button:hover {     
    height: 23px; 
    width: 130px; 
    background-image: url('http://www.walkercomponent.com/index/WCG/pics/button_default_down.jpg'); 
    text-align: center; 
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;    
    }
td.in_frame { 
    width: 335px; 
    height: 200px; 
    }
