/*this is just for colors of all the h1, h2, h3 tags not within the special boxes or divs old color code was 800080 before changing it to 191970*/
h1 { color: #191970;}
h2 { color: #191970;}
h3 { color: #191970;}

/*For unordered list. This is for the bullet shape of the unordered list. Use class="bullet1" or so inside the <ul> field*/
.bullet1 { list-style-type: circle;}
.bullet2 { list-style-type: square;}
ul { list-style-type: circle; }
ul ul { list-style-type: square; }


/*this is just for the divs of margins, border color and h1-3 tag colors of all the info within the special tips and tricks (tnt) sections with headers. Use <div class=”styletntheader”> */
.styletntheader
{color: #696969; padding-left: 15px; padding-right: 15px; border-width: 1px; border-style: solid; border-color: #DDA0DD";}
.styletntheader h1 { color: #6495ED;}
.styletntheader h2 { color: #6495ED;}
.styletntheader h3{ color: #6495ED;}


/*this is just for the divs of margins, border color of all the info within the special tips and tricks (tnt) sections without h1-h3 headers. Use <div class=”styletntnoheader”> */
.stylentntoheader
{color: #696969; padding-left: 15px; padding-right: 15px; border-width: 1px; border-style: solid; border-color: #DDA0DD";}
