html { background-color:rgba(45, 45, 63,1); }
body { background-color:rgba(45, 45, 63,1); color:rgba(173, 166, 146,1); margin: 0; margin-left: auto; margin-right:auto; width:840px; padding-left:25px; padding-right:25px; font-family:sans-serif; font-size:small; }
    a:link              { color:yellow; text-decoration:none; }
    a:visited           { color:rgba(255,192,0,1); text-decoration:underline; }
    a:hover             { color:rgba(255,0,102,1); text-decoration:underline; }
    a:active            { color:red; text-decoration:underline; }

img {border:none; }

table {font-size:small;}
table.dark {font-size:small; background-color:rgba(22, 22, 32,1);}
table.alt tr:nth-child(odd) { background-color: #1B416F; padding-bottom:10px; }
table.alt tr:nth-child(even) { background-color: #1F497D; padding-bottom:10px; }
table th.track { font-size:150%; family-family:Georgia; color:rgba(55,96,146,1); text-shadow: 3.5px 3.5px 10px rgba(0,0,0,0.35); }

h1 {color:rgba(173, 166, 146,1); font-style:italic; font-size:150%; text-shadow: 3.5px 3.5px 10px rgba(0,0,0,0.5);}
h2 {font-style:normal; font-size:150%; text-shadow: 3.5px 3.5px 10px rgba(0,0,0,0.35);}

.logo { color:rgba(198,217,241,1); text-shadow: 3.5px 3.5px 10px rgba(0,0,0,0.5); }
.alpha { font-family:sans-serif; font-style:italic; font-weight:bold; color:rgba(55,96,146,1); text-shadow: 3.5px 3.5px 10px rgba(0,0,0,0.5); }
.highlight { color:rgba(198,217,241,1); }

.hidephone { font-size:2%; color:rgba(31,73,125,1); }

.udemycount { font-style:italic; font-weight:bold; color:rgba(55,96,146,1); text-shadow: 1px 1px 2px rgba(0,0,0,1); }