A “Skip navigation links” link may be optionally displayed at the top of the web pages created by Iron Speed Designer.

This feature may be enabled (or disabled) via the Application Generation Options dialog (ToolsŕApplication Generation Options…). You can change the display properties of the ‘Skip navigation links’ link via your application’s style sheet, located in:
…\MyApp\Styles\Styles.css
Look for this section in your application’s stylesheet:
/**********************************************************************
* Section 508 Compliance
Styles
*
**********************************************************************/
.skipNavigationLinks {
font-size: 10px;
color: #666666;
/* font-size: 1px; */
/* color: #ffffff; */
}