I want to remove the below style tag code from the HTML and aspx file using a regular expression.
<style type="text/css">
BODY { background-color:white; }
TH { align:center; background-color:006563; color:white; font-family:arial; font-size:12pt; }
</style>