
FOCUS 1 - CONNECTED STATEMENTS AND CORRELATIVE CONJUNCTIONS /* This is the CSS stylesheet used in the exercise. */ /* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */ /* BeginCorePageCSS */ /* Made with executable version 7.0 Release 3 Build 0 */ /* CSS variables for colours. */ :root{ --strFontFace: Tahoma,Geneva,Arial,sans-serif; --strFontSize: small; --strTextColor: #000000; --strTitleColor: #000000; --strFuncLightColor: #ffffff; --strFuncShadeColor: #7f7f7f; --strLinkColor: #0000FF; --strVLinkColor: #0000CC; --strNavBarColor: #000000; --strNavLightColor: #7f7f7f; --strNavShadeColor: #000000; --strNavTextColor: #ffffff; --strPageBGColor: #C0C0C0; --strExBGColor: #FFFFFF; } body{ font-family: var(--strFontFace); background-color: var(--strPageBGColor); color: var(--strTextColor); margin-right: 5%; margin-left:...