<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Network as a Service Solutions +</title> <style> /* Original Service Guide typography */ body { font-family: Arial, sans-serif; font-size: 11pt; color: #000000; line-height: 1.15; margin: 20px; } /* Main section header */ .title-header { font-family: "Arial Bold", Arial, sans-serif; font-size: 12pt; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #000000; padding-bottom: 3px; margin-bottom: 10px; } /* Main container (replaces table) */ .content-box { background-color: #EAF1DD; border: 1px solid #000000; padding: 10px 12px; max-width: 734px; box-sizing: border-box; } .content-box .section-title { font-family: "Arial Bold", Arial, sans-serif; font-size: 10pt; font-weight: bold; margin-top: 0; margin-bottom: 8px; color: #000000; } /* Bulleted list */ .content-box ul { margin: 0 0 10px 25px; padding: 0; list-style-type: disc; } .content-box li { font-size: 10pt; margin-bottom: 4px; color: #000000; } /* Original link styles */ .content-box a { color: blue; text-decoration: underline; } .content-box p { font-size: 10pt; margin-top: 8px; margin-bottom: 8px; color: #000000; } .content-box .footer-note { font-size: 10pt; margin-top: 10px; margin-bottom: 0; } </style> </head> <body> <!-- Main Title Header --> <div class="title-header"> NETWORK AS A SERVICE SOLUTIONS + </div> <!-- Content Container with Bullets --> <div class="content-box"> <div class="section-title">Network as a Service Solutions +</div> <ul> <li> <a href="http://www.verizon.com/business/service_guide/reg/NaaS.pdf">Click here</a> for services provided under a U.S. services agreement<strong>*</strong>; or </li> <li> <a href="http://www.verizon.com/business/service_guide/reg/Network-as-a-Service-2026OCT01.pdf">Click here</a> for services provided under any non-U.S. services agreement (including Worldwide Services Agreements) </li> </ul> <p> + after a Service name indicates an instance of the Service optimized for the Verizon automation platform.</p> <p class="footer-note"> * For U.S. Customers Only - To view any pending changes or changes that have recently taken place for this service please see <a href="http://www.verizonenterprise.com/us/publications/service_guide/whats_new/">What s New</a>. </p> </div> </body> </html>