/*
 * CSS for 2009 NBA Playoffs
 *
 * Developed in class 03 -- May 26, 2009
 *
 */

p {text-align:left; color:black} 
p.txt {text-align:justify} 
p.imag {text-align:left}

h1, h2 {text-align:center} 

th {background-color:yellow} 

table {border-spacing: 10px} 

/* #round1 {background-color:green} */ 

/* body {background-image:url('nba.jpg')} */

table.center {margin-left:auto; margin-right:auto}

#results {background-color:pink} 

#bulls {list-style-image: url('bulls.jpg')}
#bears {list-style-image: url('bears.jbp')}
#cubs  {list-style-image: url('cubs.jbp')}




