this is the code for the header template
<style>
.BlackLink {font-family:verdana; font-size:11; color:black; font-weight:bold; text-decoration:none}
a.BlackLink:hover {text-decoration: underline}
a.BlueLink {font-family:verdana; font-size:11; color:#727272; font-weight:bold; text-decoration:none}
a.BlueLink:hover {text-decoration: underline}
.sector {font-family:verdana; font-size:12; color:black; font-weight:bold; text-decoration:underline}
.RedLink {font-family:verdana; font-size:11; color:red; font-weight:bold; text-decoration:none}
a.RedLink:hover {text-decoration: underline}
.GreenLink {font-family:verdana; font-size:11; color:green; font-weight:bold; text-decoration:none}
a.GreenLink:hover {text-decoration: underline}
.WhiteLink {font-family:verdana; font-size:12; color:white; font-weight:bold; text-decoration:none}
a.WhiteLink:hover {text-decoration: underline}
.OrangeLink {font-family:verdana; font-size:12; color:A8A7A6; font-weight:bold; text-decoration:none}
a.OrangeLink:hover {text-decoration: underline}
a.NavClass {font-family:verdana; font-size:13; color:white; font-weight:bold; text-decoration:none}
a.CatLinks {font-family:verdana; font-size:11; color:white; font-weight:bold; text-decoration:none}
a.CatLinks:hover {text-decoration:underline}
a.SubCatLinks {font-family:verdana; font-size:11; color:#990000; font-weight:bold; text-decoration:none}
a.SubCatLinks:hover {text-decoration:underline}
body {
background-color:white;
font-family:verdana;
font-size:9;
color:black;
font-weight:regular;
text-align:left;
td {font-family:verdana; font-size:12; font-weight:regular; text-decoration:none}
.thead {font-family:verdana; font-size:12; font-weight:bold; color:black; background-color

EDFDE; text-decoration:none}
input, select, textarea {font-family:verdana; font-size:9; color:black; border-width:1; border-color:black}
</style>