```css
/*=======---  Example CSS styling  ---=======*/
/* Any CSS here will apply to your document! */

.myExampleClass {
	color: black;
}
```

<style>
.toc > :not(p) code {
    all: unset;
    color: black;
    font-family: BookSanity;
    font-weight: Bold;
  }
  .toc a {
    color: inherit !important;
  }
  .toc li a {
    display: block;
    overflow: hidden;
    width: auto;
    white-space: nowrap;
  }
  .toc li a:after {
    font-family: BookSanity;
    font-size: 0.317cm;
    font-weight: normal;
    content: " ........................................"
             "........................................."
             ".........................................";
  }
  .toc li code {
    float: right;
    font-family: BookSanity;
    font-size: 0.317cm;
    font-weight: 400;
    margin-left: 1px;
  }
  .toc li h3 a:after {
    content: " ";
  }
  .toc li h3 {
    margin-bottom: 4px !important;
    margin-top: 10px !important;
    line-height: initial !important;
  }
  .toc li h3 code {
    line-height: 1.8em !important;
  }
  .toc ul ul {
    margin-left: 10px !important;
  }
  .toc > ul > li {
    margin-bottom: initial !important
  }
  .toc li:first-child h3 {
    margin-top: 0 !important;
  }


</style>

<div class='wide' style="text-align: center">
# Yet Another Table of Contents
</div>

<div class='toc'>
- ### `3` [Introduction](#p3)
 - #### `3` [**What You Will Need**](#p3)
 - #### `3` [**What You Will Learn**](#p3)

- ### `4` [**Formatting Basics**](#p4)
 - #### `4` [**Spacing Text**](#p4)
  - `4` [Normal Spacing](#p4)
  - `4` [3 Underscores](#p4)
  - `5` [Vertical Spacing](#p5)
 - #### `5` [**Tabbing Text With &amp;nbsp;**](#p5)
 - #### `5` [**Headers**](#p5)
 - #### `5` [**Wrapping Text Arround an Image**](#p5)
 - #### `6` [**Images**](#p6)
  - `6` [Images With White Background](#p6)
  - `6` [Example Using Multiply](#p6)

- ### `7` [**The Cover**](#p7)
 - #### `7` [**The Basics**](#p7)
 - #### `7` [**Before You Start**](#p7)
 - #### `7` [**Background Image**](#p7)
  - `7` [Example Cover Image](#p7)
 - #### `7` [**Brew Name**](#p7)
  - `7` [Creating your Base Title](#p7)
  - `8` [Adding to the Homebrewery](#p8)
 - #### `8` [**Description**](#p8)
 - #### `8` [**Logos and the Underline**](#p8)

- ### `9` [**The Table of Contents**](#p9)
- ### `11` [**Image Blending**](#p11)

</div>