



/* For the main heading on a page */

h1 { font-size: 50; font-style: normal; color: 000000; position: absolute; top: 50px;
 font-family: "Lucida Handwriting", "Viner Hand ITC", "French Script MT", Arial, Helvetica; }

/* For the sub-heading on a page */

h2 { font-size: 030; font-style: normal; color: 000000;
 font-family: "Lucida Handwriting", "Viner Hand ITC", "French Script MT", Arial, Helvetica; }

/* For the regular text on a page */

h3 { font-size: 020; font-style: normal; color: 000000;
 font-family: "Lucida Handwriting", "Viner Hand ITC", "French Script MT", Arial, Helvetica; }

/* For the coming soon statements */

h4 { font-size: 20; font-style: normal; color: 669966;
 font-family: "Lucida Handwriting", "Viner Hand ITC", "French Script MT", Arial, Helvetica; }




h5 { font-size: 12; font-style: normal; color: 000000;
 font-family: "Lucida Handwriting", "Viner Hand ITC", "French Script MT", Arial, Helvetica; }

h6 { font-size: 12; font-style: normal; color: 000000;
 font-family: "Times New Roman", Arial, Helvetica; }




A:link { color: 0000CC; text-decoration: none }       /* unvisited link, blue */
A:visited { color: 666699; text-decoration: none }   /* visited links, dark purple */
A:active { color: CC0000; text-decoration: none }    /* active links, red */


