
#header
{
    border-bottom: 1px #B4B4B4 solid;
    height: 65px;  
    margin-top: 15px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 550px) 
{
    #header
    {
        border-bottom: none;
        height: 65px;  
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
#topNav
{
    text-align:right;
    margin-top:2em;
}
#topNav ul li 
{
    display:inline-block;
}

#topNav ul li a
{
    text-decoration: none;
}
a { color: #666; -webkit-tap-highlight-color: #6BD0CF; }

a:hover {
    color: #111 !important;

    transition: all 150ms linear; -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear; -ms-transition: all 150ms linear;
}
	