
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Geneva, Verdana, Arial, sans-serif;
            font-size: 12px;
            line-height: 18px;
            color: #555555;
            background-color: #FFFFFF;
        }

        .container {
            max-width: 959px;
            margin: 0 auto;
            padding: 0 15px;
        }

        header {
            background-color: #666699;
            padding: 20px 0;
            border-bottom: 1px solid #FFFFFF;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .logo {
            color: #FFFFFF;
            font-size: 24px;
            font-weight: bold;
            text-decoration: none;
        }

        .header-slogan {
            color: #a0a0a0;
            font-size: 12px;
            text-transform: uppercase;
            margin-top: 10px;
        }

        nav {
            background-image: url('/sites/all/themes/girlsinict/images/secondary_menu_bg.png');
            background-repeat: repeat-x;
            border-top: 1px solid #FFFFFF;
        }

        .nav-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
        }

        .nav-item {
            background-image: url('/sites/all/themes/girlsinict/images/secondary_menu_bg.png');
            background-repeat: repeat-x;
            border-right: 1px solid #ffffff;
            height: 36px;
            width: 95px;
            position: relative;
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }

        .nav-item:last-child {
            border-left: 1px solid #ffffff;
        }

        .nav-item a {
            color: #fff;
            font-size: 9px;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            letter-spacing: 2px;
            line-height: 11px;
            padding: 0 0 2px 0;
        }

        .nav-item:hover {
            background-image: url('/sites/all/themes/girlsinict/images/secondary_menu_bg_rollover.png');
        }

        .nav-item:hover a {
            color: #000;
        }

        main {
            padding: 20px 0;
        }

        h1 {
            color: #FF70E2;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 40px;
            font-weight: bold;
            line-height: 40px;
            text-shadow: 0 1px 1px #9E9E9E;
            margin-bottom: 30px;
        }

        article {
            border: 1px solid #FFCCFF;
            padding: 50px 30px 30px;
            margin-bottom: 20px;
            background-color: #FFFFFF;
        }

        article h2 {
            color: #FF70E2;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 24px;
            font-weight: bold;
            line-height: 22px;
            text-shadow: 0 1px 1px #9E9E9E;
            margin-bottom: 20px;
        }

        article h3 {
            color: #000000;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 20px;
            font-weight: bold;
            line-height: 22px;
            margin: 25px 0 15px 0;
        }

        article h4 {
            color: #000000;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            margin: 20px 0 10px 0;
        }

        article p {
            margin: 0.6em 0 1.2em;
            line-height: 18px;
        }

        .transition-section {
            border: 1px solid #FFCCFF;
            padding: 30px;
            margin-bottom: 20px;
            background-color: #FFFFFF;
        }

        .links-section {
            border: 1px solid #FFCCFF;
            padding: 30px;
            background-color: #FFFFFF;
        }

        .links-section h3 {
            color: #FF70E2;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 20px;
            font-weight: bold;
            line-height: 22px;
            text-shadow: 0 1px 1px #9E9E9E;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #FFCCFF;
        }

        .links-section ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px 20px;
        }

        .links-section li {
            margin: 0;
            padding: 8px 0;
            background: transparent url('/sites/all/themes/girlsinict/images/menu-leaf.gif') no-repeat 1px 12px;
            padding-left: 20px;
        }

        .links-section li a {
            color: #cc00cc;
            text-decoration: none;
            font-size: 12px;
            line-height: 16px;
        }

        .links-section li a:hover {
            color: #cc00cc;
            text-decoration: underline;
        }

        footer {
            background-color: #EEEEEE;
            border: 1px solid #dddddd;
            font-family: Geneva, Arial, Helvetica, sans-serif;
            font-size: 10px;
            color: #777777;
            line-height: 11px;
            padding: 20px 30px;
            margin-top: 20px;
        }

        footer p {
            margin: 10px 0;
        }

        footer strong {
            font-weight: bold;
            font-size: 12px;
            line-height: 2;
        }

        footer ol {
            margin: 10px 0;
            padding-left: 20px;
        }

        footer li {
            margin: 5px 0;
            padding: 2px 0;
        }

        @media (max-width: 768px) {
            .container {
                padding: 0 10px;
            }

            .header-content {
                flex-direction: column;
                text-align: center;
            }

            .nav-container {
                flex-direction: column;
            }

            .nav-item {
                width: 100%;
                height: 40px;
                border-right: none;
                border-bottom: 1px solid #ffffff;
            }

            .nav-item:last-child {
                border-left: none;
            }

            h1 {
                font-size: 28px;
                line-height: 32px;
            }

            article, .transition-section, .links-section {
                padding: 20px 15px;
            }

            .links-section ul {
                grid-template-columns: 1fr;
                gap: 5px;
            }

            footer {
                padding: 15px 10px;
            }
        }

        @media (max-width: 480px) {
            body {
                font-size: 11px;
                line-height: 16px;
            }

            h1 {
                font-size: 24px;
                line-height: 28px;
            }

            article h2 {
                font-size: 20px;
                line-height: 24px;
            }

            article h3 {
                font-size: 18px;
                line-height: 20px;
            }

            .links-section h3 {
                font-size: 18px;
                line-height: 20px;
            }
        }
    