@charset "UTF-8";
/* CSS Document 
*{margin: 0}
*{padding: 0}

/*body {
    
    font-family: Arial;
    color: #222;
    font-size: 14px;
    font-weight: bold;  
    line-height: 16px;  

}

a.site{
    align-content: center
}*/
<title>SkywayFBO</title>

/* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn{
    font-size: 16px;
    border-style:outset;
    outline: none;
    color: #FFFFFF;
    padding: 2px 2px;
    background-color: #416A87;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    matgin: 0;   
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background_color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a{
    float: none;
    color: #416A87;
    background-color: white;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover{
    background-color: #ddd;
    color: #FF0004;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
    
}




body,td,th {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-style: normal;
    font-size: 16px;
    
}
a:link {
    color: #416A87;
    text-decoration: none;
    font-size: 16px;
}
a:visited {
    color: #416A87;
    text-decoration: none;

}
a:hover {
    color: #E9B602;
    text-decoration: none;
}
body {
    background-color: #e3e3e3;
}
h1 {
    font-size: 16px;
    color: #DDB102;
    font-family: inherit;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
h2 {
    font-size: 16px;
    color: #FD0209;
}
a {
    font-style: normal;
    font-weight: bold;
}
h3 {
    font-size: 14px;
    color: #FFFFFF;
}
a:active {
    text-decoration: none;
}
h4 {
    font-size: 12px;
    color: #000060;
}
h5 {
    font-size: 10px;
    color: #FFFFFF;
}

