a.not_dec { 
		text-decoration: none;
	}
	
a.dec { 
		text-decoration: line-through;
	}
	
	
div.block1 { 
	width: 820px; 
   }  
    
a.green {
	 color: #00B000;   
	 text-decoration: line-through;
	}

a.red {
	 color: #FF0000;
	 text-decoration: line-through;
	}
	
a.black {
	color: #000000;
	text-decoration: none;
	}	