You can apply new CSS style by choosing Replace template header with HTML
code. Then input your header HTML code in the text box.
You can define your CSS content in the header or specify an external CSS file
using code as follow:
<link href="your-style.css" rel="stylesheet" type="text/css"
/>
When using external CSS file, do not forget to include the CSS file into your
folder.