
No2 - BARRON'S SIX TEST READING /* 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: Arial,Geneva,sans-serif; --strFontSize: large; --strTextColor: #000000; --strTitleColor: #000000; --strFuncLightColor: #f9f9f9; --strFuncShadeColor: #7a7a7a; --strLinkColor: #0000FF; --strVLinkColor: #0000CC; --strNavBarColor: #000000; --strNavLightColor: #7f7f7f; --strNavShadeColor: #000000; --strNavTextColor: #ffffff; --strPageBGColor: #C0C0C0; --strExBGColor: #f4f4f4; } body{ font-family: var(--strFontFace); background-color: var(--strPageBGColor); color: var(--strTextColor); margin-right: 5%; margin-left: 5%; font-size:...