PowerShell ConvertTo-HTML CSS

$header = @"
<style>

    h1 {

        font-family: Arial, Helvetica, sans-serif;
        color: #e68a00;
        font-size: 28px;

    } 
</style>

@”
Enthusiastic Eagle