/* disney-news.css */

	.title{	
		font-family: Verdana; 
		color: #000000; 
		font-size: 12; 
		font-weight: bold; 
		font-style: ; 
		text-decoration: ; 
		}
		
	.text{	
		font-family: Verdana; 
		color: #000000; 
		font-size: 12; 
		}
		
	.textsmall{	
		font-family: Verdana; 
		color: #000000; 
		font-size: ; 
		}
		
	a.titlelink:link { 
		color: ;  
		}
		
	a.titlelink:active { 
		color: ;  
		}
		
	a.titlelink:visited { 
		color: ;  
		}
		
	a.titlelink:hover { 
		color: ;  
		}
		
	a:hover { 
		color: #3399FF; 
		text-decoration: underline; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		}
		
	.style1 {
		font-weight: bold;
		color: #CD016E;
		}
		
	.style2 {
		font-weight: bold;
		color: #2D197C;
		}
		
