/* 
    Created on : Nov 15, 2025, 8:34:09 a.m.
    Author     : philip
*/

* {box-sizing: border-box;}

BODY {
    font-size: 11px;
    background-attachment : inherit;
    background: radial-gradient(rgba(0, 5, 0, 0.6), rgba(255, 255, 0, 0.6), rgba(5, 255, 5, 0.6));
/*    background-color : white;
    background-image : url('images/All-Good-People-new.jpg');*/
    background-position : bottom left;
    background-repeat : no-repeat;
    padding-left: 5%;
    padding-right: 5%;
    color : #000033;
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-weight : normal;
}

main {
    background-color: white;
}
  A:LINK {
    text-shadow: 1px 1px 0 rgb(55, 55, 55, 0.5);
    color: blue;
    background-color: rgba(247, 253, 254, 0.8);
/*    border: 1px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    padding: 0 1px;*/
    font-size: 75%;
    font-weight: 500;
    text-decoration: none;
/*    margin: 1px;*/
}

A:VISITED {
    text-shadow: -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: rgba(240, 250, 254, .3);
    color: #0000C0;
/*    border: 1px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;*/
}

A:HOVER {
    text-shadow : -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: goldenrod;
    color: #0000C0;
/*    border: 1px inset;
    border-color: gold silver silver gold;
    border-radius: 5px;*/
    cursor: e-resize;
}

A:FOCUS {
    text-shadow: -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: rgba(208, 150, 55, 0.3);
    color: #0000C0;
/*    border: 1px groove;
    border-color: gold silver silver gold;
    border-radius: 5px;*/
    text-decoration: none;
}

A:ACTIVE {
    text-shadow: -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: silver;
    color: red;
/*    border: 1px inset;
    border-color: gold silver silver gold;
    border-radius: 5px;*/
    padding: 0 1px;
    cursor: progress;
}

A.nodeco:LINK {
    color: blue;
/*    background-color: rgba(255, 255, 250, 0.8);*/
    border: none;
    font-size: 100%;
    font-weight: 500;
    text-decoration: none;
}

A.nodeco:VISITED {
/*    background-color: rgba(239, 239, 23, 0.4);*/
    border: none;
    color: blue;
    font-size: 100%;
    font-weight: 500;
    text-decoration: none;
}

A.nodeco:HOVER {
    background-color : rgba(255, 255, 255, 0.6);
    border: none;
    color: #0000C0;
    font-size: 100%;
    font-weight: 500;
    text-decoration: none;
    cursor: e-resize;
}

A.nodeco:FOCUS {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    color: #0000C0;
    font-size: 100%;
    font-weight: 500;
    text-decoration: none;
}

A.nodeco:ACTIVE {
    background-color: aqua;
    border: none;
    color: red;
    font-size: 100%;
    font-weight: 500;
    text-decoration: none;
    cursor: progress;
}

a[target="_blank"]:link {
/*    background-color: rgba(255, 255, 255, 0.5);*/
    font-size: 100%;
    line-height: 1;
    text-decoration: underline;
}

a[target="_blank"]:visited {
/*    background-color: rgba(255, 250, 250, 0.5);*/
    color: blue;
    font-size: 100%;
    text-decoration: underline;
}

A[target="_blank"]:HOVER {
    text-shadow : -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color : rgba(208, 150, 55, 0.7);
    color : #0000C0;
    font-size: 100%;
    text-decoration: underline;
    cursor: ne-resize;
    box-shadow: 3px 3px 3px rgba(143, 148, 155, 0.6);
}

A[target="_blank"]:FOCUS {
    text-shadow : -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color : rgba(208, 150, 55, 0.5);
    color : #0000C0;
    font-size: 100%;
    border: 1px inset gold;
    text-decoration: none;
    cursor: ne-resize;
    box-shadow: 3px 3px 3px rgba(143, 148, 155, 0.6);
}

a[href*="w3schools"] {
    background-color: rgba(0, 228, 0, 0.3);
    line-height: inherit;
} 

a[href*="w3schools"]:hover {
    background-color: rgba(0, 228, 228, 0.3);
    line-height: inherit;
    box-shadow: 3px 3px 3px rgba(143, 148, 155, 0.6);
} 

A.newwindw:LINK {
    text-shadow : -1px 1px 0 rgb(55, 55, 55, 0.5);
    color: blue;
    background-color : rgba(247, 253, 154, 0.8);
    border: 2px outset;
    border-color : gold silver silver gold;
    border-radius: 5px;
/*    padding: 1px;*/
    font-size : 80%;
    font-weight : 500;
    text-decoration: none;
}

A.newwindw:VISITED {
    text-shadow : -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color : rgba(200, 200, 54, .1);
    color : blueviolet;
    font-size : 80%;
    font-weight : 500;
    border: 2px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
/*    padding: 1px;*/
    text-decoration: none;
}

A.newwindw:HOVER {
    text-shadow : -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color : goldenrod;
    color : #0000C0;
    font-size : 80%;
    font-weight : 500;
    border: 2px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
/*    padding: 1px;*/
    text-decoration: none;
    cursor: ne-resize;
}

A.newwindw:ACTIVE {
    text-shadow : -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color : aqua;
    color : red;
    font-size : 80%;
    font-weight : 500;
    border: 2px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
/*    padding: 1px;*/
    cursor: progress;
}

A.newwindw:FOCUS {
    text-shadow : -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color : goldenrod;
    color : #0000C0;
    font-size : 80%;
    font-weight : 500;
    border: 2px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
/*    padding: 1px;*/
    text-decoration: none;
}

A.navigate:LINK {
    text-shadow : -2px 2px 2px rgb(255, 255, 255, 1.0);
    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3)), url("images/phpsmall.png") no-repeat left;
/*    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3));*/
    border: 1px outset silver;
    color: blue;
    font-size: 75%;
    line-height: 1;
    margin: 0;
    padding: 2px 1px 1px 5px;
    display: inline-block;
    height: 45px;
    width: 80px;
    text-align: right;
    overflow: hidden;
}

A.navigate:VISITED {
    text-shadow : -2px 2px 2px rgb(255, 255, 255, 0.7);
    color: blue;
    border: 1px outset silver;
    font-size: 75%;
    line-height: inherit;
    margin: 0;
    padding: 2px 1px 1px 5px;
    display: inline-block;
    height: 45px;
    width: 80px;
    text-align: right;
    overflow: hidden;
}

A.navigate:HOVER {
    text-shadow : -3px 3px 2px rgb(255, 255, 255, 0.7);
    background: radial-gradient(rgba(255, 255, 0, 0.1), rgba(5, 255, 5, 0.1), rgba(0, 5, 0, 0.1)), url("images/phpicons8-code.gif") no-repeat left;
    color: red;
    font-size: 75%;
    font-weight: 500;
    border: 1px inset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    margin: 0;
    padding: 2px 1px 1px 5px;
    display: inline-block;
    height: 45px;
    width: 80px;
    text-align: right;
    overflow: hidden;
    cursor: help;
    box-shadow: 3px 3px 3px rgba(143, 148, 155, 0.6);
}

A.navigate:FOCUS {
    text-shadow : -1px 1px 1px rgb(255, 255, 255, 0.5);
    background: radial-gradient(rgba(255, 255, 0, 0.4), rgba(5, 255, 5, 0.4), rgba(0, 5, 0, 0.4)), url("images/phpicons8-code.gif") no-repeat left;
    color: red;
    font-size: 75%;
    font-weight: 500;
    border: 1px inset;
    border-color: silver gold gold silver;
    border-radius: 5px;
    margin: 0;
    padding: 2px 1px 1px 5px;
    display: inline-block;
    height: 45px;
    width: 80px;
    text-align: right;
    overflow: hidden;
    box-shadow: 3px 3px 3px rgba(143, 148, 155, 0.6);
}

A.navigate:ACTIVE {
    text-shadow : -1px 1px 2px rgb(55, 55, 55, 0.5);
    background-color: goldenrod;
    color: red;
    font-size: 75%;
    font-weight: 500;
    border: 1px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    margin: 0;
    padding: 2px 1px 1px 5px;
    text-decoration: none;
    cursor: wait;
}

a.menu:link {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 5px 5px 5px 30px;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(255, 255, 0, 0.4), rgba(5, 255, 5, 0.4)), url("images/phpsmall.png") no-repeat left 1%;
    color: blue;
    font-weight: 400;
    font-size: 70%;
    height: 50px;
    width: 80px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
}

a.menu:visited {
    border: 1px outset silver;
    border-radius: 4px;
    margin: auto;
    background: radial-gradient(rgba(0, 10, 10, 0.2), rgba(255, 255, 0, 0.4), rgba(5, 255, 5, 0.4)), url("images/phpsmall.png") no-repeat left 1%;
    color: blue;
    font-weight: 400;
    height: 50px;
    width: 80px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
}

a.menu:hover {
    border: 1px outset gold;
    border-radius: 4px;
    margin: 0;
    background: radial-gradient(rgba(0, 10, 10, 0.3), rgba(255, 255, 0, 0.5), rgba(5, 255, 5, 0.5)), url("images/phpsmall.png") no-repeat left 1%;
    color: red;
    font-weight: 500;
    height: 50px;
    width: 80px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.1;
}

a.menu:focus {
    border: 1px outset gold;
    border-radius: 4px;
    margin: auto;
    background: radial-gradient(rgba(0, 10, 10, 0.2), rgba(255, 255, 0, 0.4), rgba(5, 255, 5, 0.4)), url("images/phpsmall.png") no-repeat left 1%;
    color: red;
    font-weight: 500;
    height: 50px;
    width: 80px;
    text-align: right;
    line-height: 1.1;
}

a.menu1:link {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 5px 5px 5px 35px;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3)), url("images/phpsmall.png") no-repeat left 5%;
    color: blue;
    font-weight: 500;
    font-size: inherit;
    height: 45px;
    width: 80px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

a.menu1:visited {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 5px 5px 5px 35px;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3)), url("images/phpsmall.png") no-repeat left 5%;
    color: blue;
    font-weight: 500;
    font-size: inherit;
    height: 45px;
    width: 80px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

a.menu1:hover {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 5px 5px 5px 35px;
    margin: 0;
    background: radial-gradient(rgba(255, 255, 0, 0.1), rgba(5, 255, 5, 0.1), rgba(0, 0, 0, 0.3)), url("images/phpicons8-code.gif") no-repeat left 5%;
    color: blue;
    font-weight: 500;
    font-size: inherit;
    height: 45px;
    width: 80px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.2;
}

a.menu1:focus {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 1px 1px 1px 35px;
    margin: auto;
    background: rgba(255, 255, 0, 0.5) url("images/phpicons8-code.gif") no-repeat left 5%;
    color: blue;
    font-weight: 500;
    font-size: inherit;
    height: 45px;
    width: 80px;
    text-align: right;
    line-height: 1.2;
}

ADDRESS {
    background-color : transparent;
    color : #000066;
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style : italic;
    font-weight : 500;
    font-size : 70%;
    text-align : center;
}

EM {
    background-color: rgba(255, 255, 255, 0.5);
    font-style: italic;
    font-weight : 500;
}

EM.look {
    background-color: transparent;
    color: #CC0033;
    font-style: italic;
    font-weight: 500;
}

EM.blue {
    background-color: transparent;
    color: #3300FF;
    font-style: italic;
    font-weight: 500;
}

EM.red {
    background-color: transparent;
    color: red;
    font-style: italic;
    font-weight: 500;
    font-size: inherit;
}

H1 {
    color: red;
    font-family: "MS Serif", "New York", Arial, Helvetica, sans-serif;
    font-size: 175%;
    font-variant: small-caps;
    text-align: center;
}

H2 {
    /*    background-color : silver; */
    color: #330066;
    font-family: "Americana BT", ArenaCondensed, "Arrus BT", "Charter BT", Denmark, sans-serif;
    font-size: 159%;
    text-align: left;
}

H3 {
    color: rgb(10, 62, 137);
    font-family: "Americana BT", "Arrus BT", "Charter BT", Denmark, sans-serif;
    font-size: 135%;
    text-align: left;
}

H4 {
    color: #CC0033;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 115%;
    text-align: left;
    padding-left: 5px;
}

H4.center {
    background-color: #F8FBD6;
    color: #cc0066;
    font-family: Schoolbook, "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-style: italic;
    text-align: left;
}

H5 {
    background-color: #F8FBD6;
    color: blue;
    text-align: left;
    padding-top : 0;
    padding-right : 5px;
    padding-bottom : 0;
    padding-left : 15px;
}

H6 {
    color: blue;
    font-size: 90%;
    text-align: left;
    padding: 1px;
    margin-left: 5px;
}

.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*  border-style: ridge; 
      background-color: DodgerBlue; */
}

.flex-container > div {
    background-color: rgba(255, 255, 255, 0.9);
    width: 95%;
    /*  margin-left: 12%;
      margin-right: 12%; */
    padding: 0 10px;
    align-items: center;
    /*  line-height: 75px;
      font-size: 100%; */
    border-style: inset;
    border: 3px inset gold;
    border-radius: 15px;
/*    min-height: 350px;*/
    margin: 2px;
}

div.flex-start {
    
    align-content: flex-start;
}

div.flex-container1 {
  display: flex;
  flex-wrap: nowrap;
  background-color: DodgerBlue;
}

.intro {
    background-color: #C5DDF9;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
    font-style: italic;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}

FORM {
    background-color: transparent;
}

P.center {
    background-color: transparent;
    color: Black;
    font-family: Schoolbook, "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size: 95%;
    font-style: italic;
    text-align: center;
}

P.right {
    background-color: rgba(255, 255, 255, 0.5);
    color: Black;
    font-family: Schoolbook, "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size: 95%;
    text-align: right;
}

P.e-mail {
    background-color: #F0FFF0;
    color: #0033FF;
    font-size: 80%;
    text-align: center;
    width: 50%;
}

p.sh {
   background-color: rgba(90, 200, 100, 0.4);
   padding: 3px;
   font-size: 70%;
   font-style: italic;
   font-weight: 400;
}

P {
    background-color : rgba(255, 255, 255, 0.5);
    color : #000000;
    font-family : "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size : 90%;
    font-style : normal;
    padding: 5px;
    text-align : left;
    margin: 15px 1px 15px 1px;
    line-height: 1;
}
  
PRE {
    background-color: rgba(250, 245, 230, 0.3);
    border: 1px solid rgba(244, 193, 62, 0.6);
    color: #000000;
    font-family: "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size: 80%;
    padding: 5px;
    text-align: left;
    overflow-x: auto;
    margin: 0 15px 0 15px;
}

code {
    background-color: rgba(255, 255, 250, 0.9);
    font-style: italic;
}

.pre  {
    background-color: antiquewhite;
    color: #000000;
    font-family: "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    /*   font-size : 90%;
       font-style : normal;
       font-weight : 100; */
    padding: 1px 5px;
    text-align: left;
}

STRONG {
    font-weight: 800;
}

.red {
    background-color: transparent;
    color: #ff0000;
    font-style: normal;
    font-weight: 700;
}

STRONG.blue {
    background-color: transparent;
    color: Blue;
    font-weight: 700;
}

DL {
    background-color: transparent;
    color: Black;
    font-family: Schoolbook, "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-style: normal;
    font-size: 90%;
    text-align: left;
    padding-left: 15px;
}

DT {
    background-color: transparent;
    color: #000033;
    font-style: italic;
    text-align: left;
}

UL {
    background-color : transparent;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 90%;
    font-style : normal;
    font-weight : 400;
    line-height: 1.2;
    list-style-position : outside;
    list-style-type : disc;
    padding: 5px;
    margin-left: 20px;
/*    margin: auto;*/
}

ul.none {
    background-color: transparent;
/*    border: 1px solid rgba(244, 193, 62, 0.6);*/
    font-size: 90%;
    font-family : "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-style: normal;
    list-style: none;
    line-height: 2;
    margin: 0 5px;
}

menu {
    background-color: rgba(231, 231, 231, 0.7);
    border: none;
    font-size: 75%;
    font-family : "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-style: normal;
    list-style: none;
}

menu, li.block {
    display: inline-block;
    line-height: 0.7;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    text-align: inherit; 
}

menu.one, li.block1 {
    display: block;
    line-height: 0.7;
    overflow-x: hidden;
    padding: 0;
    margin-left: 15px;
    text-align: inherit; 
}

li.none{
    background-color: inherit;
    padding: 3px 0;
    line-height: 1;
    margin-left: 1px;
/*    display: inline-block;*/
}

UL.level1 {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    line-height: inherit;
    list-style: circle;
}

UL.level2 {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 10em;
    line-height: inherit;
    list-style: square;
}

LI {
    text-align: left;
    background-color: transparent;
    color: Black;
    line-height: inherit;
    padding: 3px 0;
    margin-left: 5px;
    line-height: 1.1;
}

li.note {
   background-color: rgba(255, 255, 150, 0.5);
   font-style: italic;
   font-weight: 400;
   padding: 5px 0;
   text-align: left;
   margin-left: 3px;
}

LI.level1 {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    color: Black;
    line-height: inherit;
    list-style: circle;
    padding: 10px;
}

LI.level2 {
    background-color: transparent;
    font-family: Arial, Helvetica, sans-serif;
    line-height: inherit;
    list-style: square;
}

ul.inline{
    border: none;
    display: inline;
    line-height: 2;
    padding: 0;
    margin: 0;
    min-width: 60%;
    min-height: 100px;
    text-align: center; 
}

LI.inline {
    display: inline-block;
    font-size: inherit;
    font-weight: 700;
    text-align: center;
    background-color: inherit;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}

ul.inline1{
    background-color : rgba(245, 251, 144, 0.4);
    border: none;
    display: inline;
    padding: inherit;
 /*   margin: inherit; */
    text-align: center; 
    line-height: 1.2;
}

LI.inline1 {
    display: inline-block;
    font-size: inherit;
    font-weight: 700;
    text-align: center;
    background-color: inherit;
    border: 1px dotted green;
    line-height: inherit;
    padding: 3px;
    margin: 3px;
}

OL {
    background-color: transparent;
    color: #000066;
    /*    list-style: lower-roman; */
    font-family: Schoolbook, "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size: 85%;
    font-style: italic;
    line-height: 1.2;
    list-style-position: inside;
    text-align: left;
    padding-left: 5px;
    margin: auto;
    width: 90%;
}

OL.ROMAN {
    background-color: transparent;
    color: #000000;
    list-style: upper-roman;
    font-family: Schoolbook, "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-style: normal;
    text-align: left;
}

OL.arab {
    background-color: transparent;
    color: #000000;
    list-style: decimal;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-style: normal;
    text-align: left;
}

CAPTION {
    background-color: transparent;
    color: #000000;
    font-size: 100%;
    font-weight: 600;
}

table, th, td {
  border: 1px groove silver;
  border-collapse: separate;
  border-radius: 5px;
  word-wrap: break-word;
}

TABLE {
    align-content: center;
    font-size: 85%;
    border-spacing: 1px;
    width: 90%;
    margin: auto;
}

TABLE.collapse {
    border-collapse: collapse;
/*    border-radius: 25px;*/
    align-content: center;
    font-size: 90%;
/*    border-spacing: 15px;*/
    width: 90%;
    margin: auto;
    word-wrap: break-word;
/*    word-break: break-all;*/
}

thead {
     background-color: gold;
}

th {
    font-size: 105%;
    padding: 5px;
}

tbody {
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 1;
}

TD {
    font-size: inherit;
    font-weight: 300;
    padding: 5px;
}

TD.content {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 100%;
}

td.center {text-align: center;}

tr:nth-child(even) > td, .table-striped tbody > tr:nth-child(even) > th {
    background-color : rgba(158, 147, 164, .5);
}

TR {
    background-color: rgba(192, 192, 192, 0.1);
}

tr:hover {
    background-color: rgba(174, 233, 61, 0.6); 
}

tr.thead {
    background-color: transparent;
}

TABLE.navigate {
    align-content: center;
    width: 100%;
    font-size: 85%;
    background-color: silver;
}

thead.navigate {
     background-color: gold;
     font-size: 105%
}

TR.navigate {
   padding: 0px;
   font-size: inherit;
}

TABLE.e5 {background: none; border: none; border-collapse: collapse;}

thead.e5 {background: none; border: none;}

th.e5 {background: none; border: inherit;}

tbody.e5 {background: none; border: none;}

TD.e5 {background: none; border: none;}

tr.e5:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: inherit;
    /*padding: 5px; */
    border: inherit;
}

TR.e5 {
    background: none;
    border: 1px outset silver;
    border-radius: 7px;
    text-align: center;
}

tbody.e5 {background: none; border: none;}

TABLE.e51 {background: none; border: 1px solid black; border-collapse: collapse;}

thead.e51 {background: none;}

th.e51 {background: none; border: 1px solid black;}

tbody.e51 {background: none;}

TD.e51 {background: none; border: 1px solid black;}

tr.e51:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: transparent;
}

TR.e51 {background: none; /*border: none;*/}

tr.e51:hover {
    background-color: rgba(174, 133, 61, 0.6); 
}

tbody.e51 {background: none; border: none;}

table.none {border: none; border-radius: 0; border-spacing: 0;}
thead.none, tbody.none {background-color: transparent;}
tr.none {border: none; background-color: transparent;}
th.none, td.none {border: none; border-radius: 0; padding: 5px;}

.navigate {
    background-color: rgba(247, 247, 244, 0.8);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight : 500;
    width: 100%;
    border-color : grey;
    border-style : inset;
    border-width: 1px;
/*    line-height: 1.2;*/
    margin: auto;
}

P.navigate {
    /*    background-color: antiquewhite;*/
    background-color: transparent;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size : 80%;
    font-weight : 500; 
    width: 100%;
    border: none;
    line-height: 1.2;
    margin: auto;
}

.title {
    background-color : #FDFFD6;
    border: groove Gray;
    border-width : thin thin thin thin;
    font-weight : 800;
    font-size: 105%;
    color: blue;
}

BIG.bold {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 105%;
    font-weight: 700;
}

SMALL {
    font-family: Schoolbook, "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size: 66%;
    font-weight: 400;
    /*    text-align: center; */
    background : whitesmoke;
}

.navigate2 {
    text-align: center;
    align-items: center;
    align-content: center;
    background: wheat;
    width: 100%;
    border-style: inset;
    border-width: 3px;
}

.navigate3 {
    background-color : #C5DDF9;
    border-bottom-color : #be28d2;
    border-bottom-style : inset;
    border-bottom-width : 3px;
    border-left-color : #be28d2;
    border-left-style : inset;
    border-left-width : 3px;
    border-right-color : #be28d2;
    border-right-style : inset;
    border-right-width : 3px;
    border-top-color : #be28d2;
    border-top-style : inset;
    border-top-width : 3px;
    font-size : 85%;
    width: 100%;
    flex-direction: row;
    min-height: 100px;
}

.active {
    background-color : #FDFFD6;
    font-weight: 600;
    line-height: 105%;
}

.active2 {
    background: #F8FBD6;
    background-color: rgba(255, 255, 255, 0.5);
    color: Purple;
    font-family: "MS Serif", "New York", serif;
    font-weight: 700;
}

SUP {
    background-color: #F5F5DC;
    font-size: 55%;
}

P.footer {
    text-align : center;
    width : 60%;
}

.header {
    background-color : transparent;
    top : 0px;
    vertical-align : top;
    width : 100%;
}

.body {
    background-color : transparent;
    color : #000000;
    padding : 5px;
    width : 100%;
    /*border-width: 5px; 
    border-style: ridge; */
}

.about {
    background-color : transparent;
    color : #000000;
    font-weight : 200;
    width : 73%;
}

.content {
    color : #000000;
    background-color: rgba(255, 255, 255, 0.6);
    font-size : 90%;
    font-style : normal;
    font-weight : 500;
    /*    padding-left : 7%;
        padding-right : 7%;*/
    text-align : left;
    width: 100%;
    border: 2px inset grey;
}

.content1 {
    color : #000000;
    font-size : 90%;
    font-style : normal;
    font-weight : 500;
    padding-left : 5%;
    padding-right : 5%;
    text-align : left;
    width: 80%;
}

.footer {
    text-align : center;
    width : 100%;
}

.small {
    font-size: 6pt;
    font-style: normal;
    background-color: transparent;
}

.body1 {
    background-color : #FAEBD7;
    color : #000000;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
    width : 66%;
    border-bottom-color : #330066;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : #330066;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : #330066;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : #330066;
    border-top-style : solid;
    border-top-width : 1px;
}

img {
    background-color : rgba(255, 255, 255, 0.4);
    border-color : #F5F5DC;
    border-spacing : 5px;
    padding : 4px;
    height: auto;
    max-width: 88%;
    margin: 5px;
    box-shadow: 5px 5px 15px 10px rgba(155, 148, 155, 0.4);
}

img:hover {
    box-shadow: 5px 5px 15px 10px rgba(143, 148, 155, 0.5);
}

img.custom {
    background-color : rgba(255, 255, 255, 0.5);
    border-bottom-color : white;
    border-left-color : white;
    border-right-color : white;
    border-spacing : 5px;
    border-top-color : white;
    padding-bottom : 15px;
    padding-left : 15px;
    padding-right : 15px;
    padding-top : 15px;
    width: 88%;
}

.strong {
    color : #000033;
    font-size: 85%;
    font-weight : 700;
    background-color: seashell;
}

span {
    font-weight: 600;
}

span.button {
    font-size: 85%;
    font-weight: 600;
    background: rgba(230, 200, 133, 0.4);
    appearance: button;
    border: 1px;
    border-style: inset;
    border-color: rgba(255, 215, 0, 0.7);
    border-radius: 5px;
    padding: 0;
}

div.example {
    align-items: center;
    background: rgba(250, 235, 215, 0.8);
    padding: 10px;
/*    width: 90%;*/
    margin: 0 20px 0 20px;
    min-height: 150px;
}

div.navigate {
    background-color: rgba(247, 247, 244, 0.8);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size : 75%;
    font-weight : 500;
    width: 100%;
    border: none;
    line-height: 2;
    margin-right: auto;
    margin-left: auto;
}

blockquote {
    background-color: yellow;
    font-style: italic;
}

.opinion {background-color: rgba(174, 233, 61, 0.4);}

.img-container {
  float: left;
/*  width: 40%;*/
  padding: 0;
  margin: 5px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.intro1 {
    min-height: 250px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(250, 235, 215, 1);
    font-family: "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    margin: 2px;
}

.intro2 {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(250, 235, 215, 1);
    font-family: "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    margin: 2px;
}

.example {
    background-color: rgba(210, 225, 200, 0.2);
    border-top: 1px groove green;
    border-left: 1px groove green;
    color: #000000;
    font-family: "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size: 80%;
    padding: 5px;
    text-align: left;
    margin: 0 15px 0 15px;
}

.example1 {
    background-color: antiquewhite;
    color: #000000;
    font-family: "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size: 100%;
    padding: 5px;
    text-align: left;
    min-height: 50px;
}

form {
    background-color: rgba(245, 255, 255, 0.7);
}

section {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(143, 148, 155, 0.3);
    margin: 2px 5px;
    padding-bottom: 15px;
    min-height: 400px;
}

section.index {
    background-color: rgba(250, 250, 250, 0.4);
    border: 1px solid rgba(143, 148, 155, 0.3);
    margin: 5px 5px 5px 15%;
    padding-bottom: 15px;
/*    width: 100%;*/
}

section.example {
    background-color: rgba(210, 225, 200, 0.2);
    border-top: 1px groove green;
    border-left: 1px groove green;
    color: #000000;
    font-family: "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size: 100%;
    padding: 5px;
    text-align: left;
    margin-left: 120px;
}

section.intro {
    background-color: #C5DDF9;
    color: #990000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
    font-style: italic;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 120px;
}

section.intro1 {
    min-height: 250px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(250, 235, 215, 1);
    font-family: "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    margin-left: 120px;
}

section.intro2 {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(250, 235, 215, 1);
    font-family: "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    margin-left: 15%;
}

section.menu1 {
    background-color: rgba(250, 250, 250, 0.4);
    border: 1px solid rgba(143, 148, 155, 0.3);
    margin: 3px;
    padding-bottom: 15px;
    width: 115px;
    min-height: 755px;
    float: left;
    flex-wrap: wrap;
    display: inline;
}

section.note {
   background-color: rgba(255, 255, 150, 0.5);
   font-style: italic;
   font-weight: 400;
   padding: 5px;
   text-align: left;
   margin-left: 15%;
}

section.warning {
   background-color: rgba(250, 10, 10, 0.1);
   border-left-color: red;
   color: black;
   padding: 1px 3px;
   font-style: normal;
   font-weight: 400;
   margin-left: 15%;
}

.note {
   background-color: rgba(255, 255, 150, 0.5);
   font-style: italic;
   font-weight: 400;
   padding: 5px 0;
   text-align: left;
   margin-left: 15px;
}

.note1 {
   background-color: rgba(255, 255, 150, 0.5);
   font-style: italic;
   font-weight: 400;
   padding: 2px;
   text-align: left;
}

.note2 {
   background-color: rgba(255, 255, 150, 0.5);
   font-weight: 400;
   padding: 5px 0;
   text-align: left;
   margin-left: 15px;
}

.warning {
   background-color: rgba(250, 10, 10, 0.1);
   border-left-color: red;
   color: black;
   padding: 1px 3px;
   font-style: normal;
   font-weight: 400;
   margin: 10px 1px;
}

.warning1 {
   background-color: rgba(250, 10, 10, 0.1);
   border-left-color: red;
   color: black;
   padding: 0;
   font-style: normal;
/*   font-weight: 600;*/
}

nav {
    background-color: rgba(247, 247, 244, 0.8);
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*    display: inline-block;*/
    text-align: center;
    font-weight : 500;
    width: 100%;
    margin: auto;
    padding-top: 6px;
    display: flow;
    overflow: auto;
}

button {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 1px;
    margin: 0;
    background: linear-gradient(rgba(0, 10, 10, 0.4), rgba(255, 255, 0, 0.9), rgba(50, 255, 50, 0.4));
    color: blue;
    font-weight: 500;
    font-size: 75%;
    height: 40px;
    width: 100px;
    text-align: center;
    overflow: no-display;
}

button:hover {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 1px;
    margin: 0;
    background: linear-gradient(rgba(255, 255, 0, 0.5), rgba(50, 255, 50, 0.4), rgba(0, 10, 10, 0.4));
    color: blue;
    font-weight: 600;
    font-size: 75%;
    height: 40px;
    width: 100px;
    text-align: center;
}

button:focus {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 1px;
    margin: 0;
    background: linear-gradient(rgba(255, 255, 0, 0.5), rgba(50, 255, 50, 0.4), rgba(0, 10, 10, 0.4));
    color: blue;
    font-weight: 600;
    font-size: 75%;
    height: 40px;
    width: 100px;
    text-align: center;
}

button:active {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 1px;
    margin: 0;
    background: rgba(250, 250, 150, 0.4);
    color: blue;
    font-weight: 700;
    font-size: 55%;
    height: 40px;
    width: 100px;
/*    text-align: center;*/
    overflow: no-display;
}

button.disabled {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    background: rgba(25, 25, 15, 0.4)/* url("images/css-html-js-php-sql.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 75%;
    height: 45px;
    width: 100px;
    text-align: right;
    overflow-wrap: break-word;
}

button.php {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 1px 2px;
    margin: auto;
    background: radial-gradient(rgba(0, 5, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3))/*, url("images/phpsmall.png") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 70%;
    height: 45px;
    width: 100px;
    text-align: right;
    overflow: no-display;
}

button.php:hover {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 1px 2px;
    margin: auto;
    background: radial-gradient(rgba(255, 255, 0, 0.4), rgba(5, 255, 5, 0.4), rgba(0, 5, 0, 0.4))/*, url("images/phpicons8-code.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 70%;
    height: 45px;
    width: 100px;
    text-align: right;
}

button.php:focus {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 1px 2px;
    margin: auto;
    background: radial-gradient(rgba(255, 255, 0, 0.4), rgba(5, 255, 5, 0.4), rgba(0, 5, 0, 0.4))/*, url("images/icons8-javascript.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 70%;
    height: 45px;
    width: 100px;
    text-align: right;
}

button.course {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 3px;
    margin: 0;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.4), rgba(0, 255, 0, 0.4), rgba(255, 255, 0, 0.9))/*, url("images/css-html-js-php-sql.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 75%;
    height: 45px;
    width: 100px;
    text-align: right;
}

button.course:hover {
    border: 1px inset gold;
    border-radius: 4px;
    padding: 3px;
    margin: 0;
    background: linear-gradient(to right, rgba(255, 255, 0, 0.6), rgba(255, 0, 0, 0.3), rgba(0, 255, 0, 0.3))/*, url("images/css-html-js-php-sql.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 75%;
    height: 45px;
    width: 100px;
    text-align: right;
}

button.course:focus {
    border: 1px inset gold;
    border-radius: 4px;
    padding: 3px;
    margin: 0;
    background: linear-gradient(to right, rgba(255, 255, 0, 0.6), rgba(255, 0, 0, 0.3), rgba(0, 255, 0, 0.3))/*, url("images/css-html-js-php-sql.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 75%;
    height: 45px;
    width: 100px;
    text-align: right;
}

button.active {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 1px 1px 0 25px;
    margin: 0;
    background: rgba(255, 255, 0, 0.5)/* url("images/phpsmall.png") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 75%;
    height: 45px;
    width: 100px;
    text-align: right;
}

button.active:hover {
    border: 1px inset gold;
    border-radius: 4px;
    padding: 1px 1px 0 25px;
    margin: 0;
    background:  rgba(255, 255, 0, 0.5)/* url("images/phpicons8-code.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 75%;
    height: 45px;
    width: 100px;
    text-align: right;
}

button.active:focus {
    border: 1px inset gold;
    border-radius: 4px;
    padding: 1px 1px 0 25px;
    margin: 0;
    background: rgba(255, 255, 0, 0.5)/* url("images/phpicons8-code.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 75%;
    height: 45px;
    width: 100px;
    text-align: right;
}

.overflow-x {overflow-x: auto; display: flex;}

.overflow-x1 {overflow-x: auto;}

.blue {background-color: rgba(0, 0, 255, 0.3);}

.bluz {color: blue;}

.green {background-color: rgba(0, 255, 0, 0.2);}

q {
    background-color: #EFEFEF;
    font-family: Schoolbook, "Charter BT", "Americana BT", "Arrus BT", Basset, "BernhardMod BT", sans-serif;
    font-size: 75%;
    font-style: italic;
    padding: 5px;
}

.orange {background-color: rgba(244, 193, 62, 0.3);}

.strikethrough {
    text-decoration: line-through;
}

.display {display: inline-flex; align-content: center;}

.display1 {display: flex; align-content: center;}

.menu {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 1px 1px 1px 35px;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3))/*, url("images/phpsmall.png") no-repeat left*/;
    color: blue;
    font-weight: 700;
/*    font-size: 75%;*/
    height: 45px;
    width: 100px;
    overflow: hidden;
    text-align: right;
}

.menu:hover {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 1px 1px 1px 35px;
    margin: 0;
    background: radial-gradient(rgba(255, 255, 0, 0.1), rgba(5, 255, 5, 0.1), rgba(0, 5, 0, 0.1))/*, url("images/phpicons8-code.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
/*    font-size: 75%;*/
    height: 45px;
    width: 100px;
    text-align: right;
}

.menu:focus {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 1px 1px 1px 35px;
    margin: auto;
    background: rgba(255, 255, 0, 0.5)/* url("images/phpicons8-code.gif") no-repeat left*/;
    color: blue;
    font-weight: 700;
/*    font-size: 75%;*/
    height: 59px;
    width: 100px;
    text-align: right;
}

.menu1 {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 1px 1px 1px 35px;
    margin-left: 5px;
    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3))/*, url("images/phpsmall.png") no-repeat left*/;
    color: blue;
    font-weight: 700;
    font-size: 75%;
    height: 45px;
    width: 100px;
    overflow: hidden;
    text-align: inherit;
}

.dropbtn {
    background: radial-gradient(rgba(0, 5, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3))/*, url("images/phpsmall.png") no-repeat left*/;
    color: blue;
    padding: 1px 5px 1px 30px;;
/*    font-size: 65%;*/
    border: 1px outset silver;
    cursor: pointer;
    height: 45px;
    text-align: right;
    overflow-x: hidden;
/*  margin: 0;*/
}

.dropbtn:hover, .dropbtn:focus {
    background: radial-gradient(rgba(255, 255, 0, 0.4), rgba(5, 255, 5, 0.4), rgba(0, 5, 0, 0.4))/*, url("images/phpicons8-code.gif") no-repeat left*/;
  color: blue;
  padding: 1px 5px 1px 30px;
  font-size: 75%;
  border: 1px outset silver;
  height: 45px;
  cursor: pointer;
  text-align: right;
}

.dropdown {
  position: relative;
  display: inline-block;
    background: radial-gradient(rgba(0, 5, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3))/*, url("images/phpsmall.png") no-repeat left*/;
    color: blue;
    padding: 1px 5px 1px 30px;;
    font-size: 65%;
    border: 1px outset silver;
    cursor: pointer;
    height: 45px;
    text-align: right;
    overflow-x: hidden;
}

.dropdown-content {
  display: none;
  position: absolute; 
/*  position: relative;*/
  background-color: rgba(241, 241, 241, 0.9);
  max-width: 320px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: blue;
  padding: 5px 5px 5px 45px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.menu2 {
  float: left;
  width: 15%;
  text-align: center;
}

.menu2 a {
  display: block;
  width: 80px;
  color: black;
}

.main {
  float: left;
  width: 85%;
  padding: 0 20px;
}

.user-cannot-see {
  display: none;
}

@media screen and (min-width: 800px) {
* {box-sizing: border-box;}

  body {
    font-size: 100%;
  }
  
  .sh {
    display: none;
  }
}

@media screen and (max-width: 799px) {
* {box-sizing: border-box;}

  body {
    font-size: 3vw;
    }

    main {background-color: white;}
    
    .sh {font-size: 80%;}

    .small {
    font-size: 66%;
    font-style: normal;
    background-color: transparent;
}

  A:LINK {
    text-shadow: 1px 1px 0 rgb(55, 55, 55, 0.5);
    color: blue;
    background-color: rgba(247, 253, 254, 0.8);
    border: 1px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    padding: 0 1px;
    font-size: 75%;
    font-weight: 500;
    text-decoration: none;
    margin: 0 1px;
}

A:VISITED {
    text-shadow: -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: rgba(240, 250, 254, .3);
    color: #0000C0;
    font-weight: 500;
    border: 1px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    padding: 0 1px;
    text-decoration: none;
}

A:HOVER {
    text-shadow : -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: goldenrod;
    color: #0000C0;
    font-weight: 500;
    border: 1px inset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    text-decoration: none;
    cursor: e-resize;
}

A:FOCUS {
    text-shadow: -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: rgba(208, 150, 55, 0.3);
    color: #0000C0;
    font-weight: 500;
    border: 1px groove;
    border-color: gold silver silver gold;
    border-radius: 5px;
    padding: 0 1px;
    text-decoration: none;
}

A:ACTIVE {
    text-shadow: -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: silver;
    color: red;
    font-size: 75%;
    font-weight: 500;
    border: 1px inset;
    border-color: gold;
    border-radius: 5px;
    padding: 0 1px;
    cursor: progress;
}

a.menu:link {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 5px 10px 5px 44px;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 10, 0.3), rgba(5, 255, 5, 0.3))/*, url("images/phpsmall.png") no-repeat left 1%*/;
    color: blue;
    font-weight: 400;
    font-size: 1.5vw;
    height: 40px;
    width: 100px;
    overflow: hidden;
    text-align: right;
    text-shadow : 2px -2px 2px rgba(255, 153, 255, 0.8);
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
}

a.menu:visited {
    border-radius: 4px;
    margin: auto;
    color: blue;
    font-weight: 400;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
}

A.menu:HOVER {
    text-shadow : -2px 2px 1px rgb(55, 155, 155, 0.7);
    background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 0, 0.5), rgba(5, 255, 5, 0.4))/*, url("images/phpsmall.png") no-repeat left 1%*/;
    color: red;
    font-weight: 500;
    border: 1px inset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    text-decoration: none;
    cursor: e-resize;
    line-height: 1.1;
    vertical-align: middle;
}

a.menu:focus {
    border: 0;
    border-radius: 4px;
    margin: auto;
    background: rgba(255, 255, 0, 0.5)/* url("images/phpsmall.png") no-repeat left 1%*/;
    color: red;
    font-weight: 500;
    text-align: right;
    line-height: 1.1;
    vertical-align: middle;
}

a.menu1:link {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 5px 5px 5px 25px;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3))/*, url("images/phpsmall.png") no-repeat left 1%*/;
    color: blue;
    font-weight: 500;
    font-size: 100%;
    height: 45px;
    width: 80px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

a.menu1:visited {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 5px 5px 5px 25px;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 0, 0.3), rgba(5, 255, 5, 0.3))/*, url("images/phpsmall.png") no-repeat left 1%*/;
    color: blue;
    font-weight: 500;
    height: 45px;
    width: 80px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
}

a.menu1:focus {
    border: 1px outset gold;
    border-radius: 4px;
    padding: 5px 5px 5px 25px;
    margin: auto;
    background: rgba(255, 255, 0, 0.5)/* url("images/phpicons8-code.gif") no-repeat left 1%*/;
    color: blue;
    font-weight: 500;
    height: 45px;
    width: 80px;
    text-align: right;
    line-height: 1.1;
}

a[target="_blank"]:link {
    font-size: 95%;
    margin: 0 1px;
}

a[target="_blank"]:visited {
    font-size: 95%;
/*    margin: 0 2px;*/
}

A[target="_blank"]:FOCUS {
    font-size: 95%;
    font-weight : 500;
/*    margin: 0 2px;*/
}

H5 {
    font-size: 105%;
    overflow-x: auto;
}

span.button {
    font-size: 95%;
    word-break: break-word;
    word-wrap: break-word;
}

button.mobile {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 1px 5px;
    margin: 0;
    background: linear-gradient(to right, rgba(0, 250, 255, 0.2), rgba(0, 255, 0, 0.2), yellow),  url("images/1smartphone.png") no-repeat left;
    color: red;
    font-weight: 500;
/*    font-size: 66%;*/
    text-align: right;
    height: 40px;
    width: 100px;
}

button.mobile:focus {
    border: 1px inset gold;
    border-radius: 4px;
    padding: 1px 5px;
    margin: 0;
    background: linear-gradient(to right, rgba(0, 255, 0, 0.4), yellow, rgba(0, 255, 255, 0.4)),  url("images/1smartphone.png") no-repeat left;
    color: red;
    font-weight: 500;
    font-size: 66%;
    height: 40px;
    width: 100px;
    text-align: right;
}

button.menu {
    font-weight: 400;
    font-size: 95%;
}

menu.one, li.block1 {
    font-size: 95%;
    font-weight: 500;
    line-height: 1;
    overflow-x: hidden;
}

.menu {
    font-weight: 400;
    font-size: 90%;
}

.menu:focus {
    font-weight: 500;
    font-size: 90%;
}

button.dropbtn, button.dropbtn:focus {
  color: blue;
  font-size: 90%;
  font-weight: 500;
}

.dropbtn, .dropbtn:focus {
  color: red;
  font-size: 90%;
  font-weight: 500;
}

.dropdown-content {
    color: red;
    font-size: 90%;
    font-weight: 500;
    max-width: 320px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

P.navigate {
    font-size : 95%;
    line-height: 1.1;
}

.green {
    background-color: rgba(0, 255, 0, 0.2);
}

.user-cannot-see {
  display: none;
}
}

@media screen and (max-width: 600px) {
* {box-sizing: border-box;}

  body {
    font-size: 4vw;
  }
  
  main {background-color: white;}
  
  .sh {font-size: 80%;}

.small {
    font-size: 66x%;
    font-style: normal;
    background-color: transparent;
}

  A:LINK {
    text-shadow: 1px 1px 0 rgb(55, 55, 55, 0.5);
    color: blue;
    background-color: rgba(247, 253, 254, 0.8);
    border: 1px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    padding: 0 1px;
    font-size: 90%;
    font-weight: 500;
    text-decoration: none;
    margin: 0 1px;
}

A:VISITED {
    text-shadow: 1px 2px 1px rgb(55, 55, 55, 0.5);
    background-color: rgba(250, 250, 154, .3);
    color: blue;
    font-weight: 500;
    border: 1px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    padding: 0 1px;
    text-decoration: none;
}

A:FOCUS {
    text-shadow: -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: rgba(208, 150, 55, 0.5);
    color: #0000C0;
    font-weight: 500;
    border: 1px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    padding: 0 1px;
    text-decoration: none;
}

A:ACTIVE {
    text-shadow: -1px 1px 0 rgb(55, 55, 55, 0.5);
    background-color: aqua;
    color: red;
    font-weight: 500;
    border: 1px outset;
    border-color: gold silver silver gold;
    border-radius: 5px;
    padding: 0 1px;
    cursor: progress;
}

a.menu:link {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 5px 5px 5px 40px;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 0, 0.5), rgba(5, 255, 5, 0.3))/*, url("images/phpsmall.png") no-repeat left 1%*/;
    color: blue;
    font-weight: 400;
    font-size: 3vw;
    height: 35px;
    width: 90px;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.1;
    vertical-align: middle;
}

a.menu:visited {
    border: 1px outset silver;
    border-radius: 4px;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(255, 255, 0, 0.5), rgba(5, 255, 5, 0.3));
    color: blue;
    font-weight: 400;
    overflow: hidden;
    text-align: right;
    display: inline-block;
    line-height: 1.1;
}

a.menu:focus {
    border: 1px outset gold;
    border-radius: 4px;
    margin: auto;
    background: rgba(255, 255, 110, 0.5);
    color: blue;
    font-weight: 600;
    text-align: right;
    line-height: 1.1;
}

a[target="_blank"]:link {
    font-size: 95%;
    margin: 0;
    line-height: 1.1;
}

a[target="_blank"]:visited {
    font-size: 95%;
    margin: 0;
}

A[target="_blank"]:FOCUS {
    font-size: 95%;
    font-weight : 500;
    margin: 0;
}

H5 {
    font-size: 105%;
}

p {
    line-height: 1.2;
}

span.button {
    font-size: 95%;
    word-break: break-word;
    word-wrap: break-word;
}

button.mobile {
    border: 1px outset silver;
    border-radius: 4px;
    padding: 1px 5px;
    margin: 0;
    background: linear-gradient(to right, rgba(0, 250, 255, 0.2), rgba(0, 255, 0, 0.2), yellow),  url("images/1smartphone.png") no-repeat left;
    color: red;
    font-weight: 500;
/*    font-size: 66%;*/
    text-align: right;
    height: 40px;
    width: 100px;
}

button.mobile:focus {
    border: 1px inset gold;
    border-radius: 4px;
    padding: 1px 5px;
    margin: 0;
    background: linear-gradient(to right, rgba(0, 255, 0, 0.4), yellow, rgba(0, 255, 255, 0.4)),  url("images/1smartphone.png") no-repeat left;
    color: red;
    font-weight: 500;
    font-size: 66%;
    height: 40px;
    width: 100px;
    text-align: right;
}

button.menu {
    font-weight: 400;
    font-size: 95%;
}

menu.one, li.block1 {
    font-size: 95%;
    font-weight: 500;
    line-height: 1;
    overflow-x: hidden;
}

.menu {
    font-weight: 400;
    font-size: 95%;
}

.menu:focus {
    font-weight: 500;
    font-size: 75%;
}

button.dropbtn, button.dropbtn:focus {
  color: blue;
  font-size: 90%;
  font-weight: 500;
}

.dropbtn, .dropbtn:focus {
  color: red;
  font-size: 90%;
  font-weight: 500;
}

.dropdown-content {
    color: red;
    font-size: 90%;
    font-weight: 500;
    max-width: 320px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

P.navigate {
    font-size : 90%;
    line-height: 1.2;
}

.user-cannot-see {
  display: none;
}

section {
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(143, 148, 155, 0.3);
    margin: 2px 5px;
    padding-bottom: 15px;
/*    min-height: 300px;*/
}
}
