I have these lines in my firewall script. I don't use them as I don't have a web server but it seems like changing that from ACCEPT to DROP may work for you...
# If you are running a Web Server, uncomment the next line to open
# up port 80 on your machine.
#$IPTABLES -A INPUT -i $EXT -s 0/0 -d 0/0 -p tcp --dport 80 -j ACCEPT
Code:
$IPTABLES -A INPUT -i $EXT -s 0/0 -d 0/0 -p tcp --dport 80 -j DROP