@charset "UTF-8";


section.footerLinks div.footerLinks,
section.footerLinks div.footerLinks p
{
   text-align: center;
   width: 92%;
   margin-left: auto;
   margin-right: auto;
}

section.footerLinks div.footerLinks
{
   margin-top: 2em;
   margin-bottom: 3em;
}


section.footerLinks div.footerLinks p
{
   text-align: center;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}


section.footerLinks div.footerLinks a
{
   color: #333333;
   font-family: HN57;
   font-weight: normal;
   display: inline-block;
   width: auto;
}

section.footerLinks div.footerLinks a:hover
{
    color: #000000;
}

section.footerLinks div.footerLinks a.linkedPage
{
   margin-left: 30px;
   margin-right: 30px;
   margin-bottom: 30px;
   min-width: 100px;
}

section.footerLinks p.owner
{
   margin-top: 3em;
}
section.footerLinks div.footerLinks a.main
{
   border-bottom: 3px solid #FFDF00;
}

section.footerLinks div.footerLinks a.linkedPage span.linkLine
{
   white-space: nowrap;
}

section.footerLinks div.footerLinks a.linkedPage span.lastWord
{
   border-bottom: 3px solid #FFDF00;
}

section.footerLinks div.footerLinks a.linkedPage.current span.lastWord
{
   border-bottom: 5px solid #000000;
}



