body {background-color:#006b7e; color:#baf4ff;}
a {color:#baf4ff;}
a:hover, a:active, a:focus {color:#FFF;}
h2 {color:#FFF;}
h3 {color:#FFF;}
h4, h5 {color:#FFF;}
ul.ul li.active a {color:#FFF;}
table.table th, table.table td {border:1px solid #005565;}
table.table th {border-bottom:3px solid #005565; background-color:#008197; color:#FFF;}
fieldset {border:1px solid #005565;}
fieldset legend {color:#FFF;} 

/* --------------------------------------------------------------------------------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------------------- */

#header h1 {color:#FFF;}
#header h2 {color:#baf4ff;}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
HOMEPAGE
-------------------------------------------------------------------------------------------------------------------------------------------------- */

#content .boxes li h3 {color:#FFF;}
#content .twitter .twitter-desc ul {color:#FFF;}

/* --------------------------------------------------------------------------------------------------------------------------------------------------
OTHERS
-------------------------------------------------------------------------------------------------------------------------------------------------- */

.high, .high a {color:#fff;}
.input-text {background-color:#005565; color:#FFF;}
.input-submit {background-color:#00404C; color:#FFF;}

/* CSS to position icon and link horizontally */
.icon-link {
    display: inline-block; /* Display as inline-block to ensure horizontal alignment */
    margin-left: 20px; /* Adjust margin as needed */
    vertical-align: top; /* Align vertically to the top of the line */
}

/* Adjust spacing between icon and link */
.icon-link a {
    margin-left: 10px; /* Adjust spacing between icon and link */
}

/* Resize the PNG image */
.icon-link img {
    width: 20px; /* Adjust width as needed */
    height: 20px; /* Adjust height as needed */
}

