/* CSS Document */

html { text-align: center; margin: auto; font-family: Tahoma; font-size:13px; }


body { 
     background: #000000 url('bg.jpg') repeat-x center top;
     font-family: Tahoma;
     font-size: 14px;
     text-align: center; 
     margin: auto;
	 letter-spacing: 0.5px; 
     }
	 
A {text-decoration: none;}
A:LINK {color:#FFFFFF; text-decoration:underline;}
A:VISITED { color:#33FF00; text-decoration:underline;}
A:ACTIVE {text-decoration: none;}
A:HOVER {color:#0000FF; text-decoration: none;}

.sideHeader{font-size: 24px; font-weight:bold; color:#000066}
.champNames{color:#00FF00}
.subHeader {
	font-size: 18px;
	color: #FFFF00;
	font-weight: bold;
}
