a:link /*used for href tabs on all webpages*/
{
    font-weight: bolder;
    font-family: Arial, sans-serif;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10pt;
}
a:visited /*used for all visited hrefs on all webpages*/
{
	font-weight: bolder;
    font-family: Arial, sans-serif;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10pt;
}
a:hover /*used for all hovering hrefs on all webpages*/
{
	font-weight: bolder;
    font-family: Arial, sans-serif;
    color: #e24f1d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10pt;
}
a:active /*used for all active hrefs on all webpages*/
{
	font-weight: bolder;
    font-family: Arial, sans-serif;
    color: #e24f1d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10pt;
}
a.H4 /*used for 'back to top' hrefs*/
{
    font-size: 10pt;
    text-transform: lowercase;
    color: #EBD13F;
    font-style: italic;
    font-family: Arial, Sans-Serif;
    font-variant: normal;
    font-weight: bold;
}
a.toc /*used for lists on catering & menu webpages*/
{
    color: white;
    font-weight: bold;
    font-size: 18pt;
    text-transform: capitalize;
    font-variant: small-caps;
    text-decoration: none;
    font-family: Arial, Sans-Serif;
}
H1 /*used for menu section headings*/
{
    font-weight: bolder;
    font-size: 18pt;
    color: white;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    text-transform: capitalize;
    font-variant: small-caps;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    background-color: #333300;
}
H2 /*used for menu items titles*/
{
    font-weight: bolder;
    font-size: 14pt;
    color: white;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    text-transform: capitalize;
    font-variant: small-caps;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
/**/
/*used for menu item descriptions*/
/**/
H3
{
    font-size: 12pt;
    color: white;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
/**/
/* H4 used for 'about us' answers' */
/**/
H4
{
    color: gray;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    font-size: 11pt;
}
H5 /*used for title of webpage*/
{
    font-weight: bolder;
    font-size: 22pt;
    color: white;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    text-transform: capitalize;
    font-variant: small-caps;
    line-height: normal;
    letter-spacing: normal;
}
/**/
/* H6 used for 'about us' questions' */
/**/
H6
{
    color: white;
    font-family: Arial, Sans-Serif;
    text-decoration: none;
    font-size: 11pt;
}
p.Justified
{
    color: white;
    font-family: Arial, Sans-Serif;
    text-align: justify;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
}
p.Centered
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: Arial, Sans-Serif;
    text-align: center;
}
