
<style type="text/css" media="screen">

  /* Navigation Style */
  .navbar { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 24px }
  /* Heading Style */
  .headbar { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
             font-weight: 400;
             font-size: 25px;
             color: #0077ee }
  /* Error Style */
  .errorbar { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
              font-weight: 550;
              font-size: 25px;
              color: red }
  /* Account Style */
  .account { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
             font-weight: 400;
             font-size: 26px;
             color: #cdcdcd }
  /* Gallery Style */
  .gallery { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
           font-weight: 400;
           font-size: 26px;
           color: #e67e22 }
  /* Handle Style */
  .handlesize { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
                font-weight: 550;
                font-size: 40px;
                color: black }
  /* Prompt Text */
  .prompttext { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
                font-weight: 400;
                font-size: 18px;
                color: #900C60 }
  /* Prompt Handle */
  .prompthandle { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
                  font-weight: 500;
                  font-size: 24px;
                  color: black }
  /* Prompt Size */
  .promptsize { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
                font-weight: 500;
                font-size: 16px;
                color: black }
  /* Text Box Style */
  .textbx { height: 24px;
            font-size: 12pt }
  /* Bottom Style */
  .bottom { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
            font-weight: 400;
            font-size: 24px;
            color: black }
  /* Bottom Style */
  .bottombold { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
                font-weight: 400;
                font-size: 18px;
                color: black; }
  /* Navigation Link Colors */
  a.nav         { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
                  font-weight: 400;
                  font-size: 26px;
                  text-decoration: none;
                  padding-left: 5px;
                  padding-right: 5px; }
  a.nav:link    { color: black; }
  a.nav:visited { color: black; }
  a.nav:hover   { color: #25C7F5; }
  a.nav:active  { color: #EB1D27; }
  /* Footer Link Colors */
  a.terms         { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
                  font-weight: 400;
                  font-size: 13px;
                  text-decoration: none;
                  padding-left: 5px;
                  padding-right: 5px; }
  a.terms:link    { color: black; }
  a.terms:visited { color: black; }
  a.terms:hover   { color: #25C7F5; }
  a.terms:active  { color: #EB1D27; }
  /* Body Link Colors */
  a             { font-family: "Titillium Web", Roboto, Helvetica, Arial, sans-serif;
                  font-weight: 400;
                  font-size: 18px;
                  text-decoration: none; }
  a:link        { color: blue; }
  a:visited     { color: blue; }
  a:hover       { color: blue;
                  /* border-bottom: 2px solid LightBlue; */ }
  a:active      { color: blue; }

</style>
