body         {
               background-color:#000000;
               color:#ff0000;
             }
.center      {
               text-align:center;
             }
.comment     {
               font-style: italic; 
               /* font-weight: bold; */ 
               color:#aaaaaa;
             }
.grey        { 
               background-color:#aaaaaa; 
               color:#000000;
               padding:15px;
             }

.middlewidth { 
               /* this is the width of the middle column */
               /* which of course is where all the text  */
               /* and photos are displayed               */
               width:3in; 
             }
.r           {
               text-align:right;
             }
.t           {
               vertical-align:text-top;
             } 


.image_left  { margin-right:5px;
               float:left; 
             }
.image_right { margin-left:3px;
               float:right; 
             }

.drug_testing {
               font-weight:bold; 
               color:pink;
              } 
.x20_seconds  {
               text-align:center; 
               font-size:800%;
              }  
.x20_seconds2 {
               text-align:center; 
               font-size:400%;
              }
.fln {font-size:200%;}


.email_left_border {border-left: solid;}