// The Following Variables are VERY important.  Set them with the values you want for your particular site information.
//
//  Here set the font size.  It must be between 1 and 6 because 7 is a little too big
var FontSizeVar="6";
//  Here set the color of the title of your site.  You can use Hex as I have or you can just say something like 'blue'
var FontColor="purple";
// Here set the actual font face you are going to use.  This affects how the text actually looks.  If you don't know font names, look them up in your word processor.
var FontFace="Harlow Solid Italic";
// Here is where you set your site title.  It is best if you keep what you put here brief.  Remember, if you ever use an apostrophe, it must be escaped, that is preceded by a backslash (\).
var SiteTitle="Holy Call";
