.main-header
{
font-family : myFirstFont;
font-size   : 22px;
font-weight : 900;
color       : #ffffff;
}

.top-menu-items
{
font-family : myFirstFont;
font-size   : 22px;
font-weight : 900;
color       : #000000;
}

a.top-menu-items:link
{
font-family     : Arial;
font-size       : 16px;
font-weight     : 900;
color           : #FFFFFF;
text-decoration : none;
}
a.top-menu-items:visited
{
font-family     : Arial;
font-size       : 16px;
font-weight     : 900;
color           : #FFFFFF;
text-decoration : none;
}
a.top-menu-items:active
{
font-family     : Arial;
font-size       : 16px;
font-weight     : 900;
color           : #FFFFFF;
text-decoration : none;
}
a.top-menu-items:hover
{
font-family     : Arial;
font-size       : 16px;
font-weight     : 900;
color           : #FFFF00;
text-decoration : none;
}





