h1          {font-size:60px;
             text-align:center;}
             
  

h3          {text-align:center;
             font-size:10px;}
             
h4          {font-size:20pt;
             color:blue;
             font-family:Arial;
             text-align: center;}
             
h2          {color:white;
             background:black;}
             
c           { text-align:center;}
r           { color:red; }
b           { color:blue;}

y           { background-color:yellow;}

p           {text-indent:50px;
             font-size:14pt;
             font-family:Arial;}
             
p1          {text-indent:100;}
            { font-size:12pt;
             background-color:black;
             color:white;}        
             
u           {text-decoration: underline;}

b1          {font-size:26px;}

b6          {font-size:28px;}

img         { width: 82%;
              height:82%;}
              
.covid      {position:fixed;
             left:20%;
             width:60%;
             background-color:yellow;
             text-align:center;}            
              
.button {background-color: Yellow; /*#4CAF50; Green */
         
         border-color:black;
         color: Black;
         padding: 15px 32px;
         text-align: center;
         text-decoration: none;
         display: inline-block;
         border-radius: 36px;
         font-size: 24px;
         margin: 4px 2px;
         cursor: pointer;}
         
.button:active {background-color:Red;}

          
.col        {-webkit-column-count :2 ; /* Chrome, Safari, Opera */
             -moz-column-count :2 ; /* Firefox */
             column-count :2;
             overflow:hidden;
             overflow-x:hidden;
             font-size:26px}
        
.body       {font-size:14pt;
             font-family:Arial;
             margin:0;
             overflow:hidden;
             overflow-x:hidden;
             color:#000000; }

@media screen and (min-width: 629px){
             
b6          {font-size:0px;}            
    
div.bottom  {position:fixed;
             width:99.9%;
             height:77px;
             background-color:rgb(173,216,230);
             font-size:30px;
             text-align:center;
             bottom: 0;}
    
#menulinks  {clear:both;
             width:97%;
             height:35px;
             padding-left:33px;
             background-image:url(images/menulinks.png);}

#menulinks a{ float: left; text-decoration: none; }

#menulinks a span { float: left; text-decoration: none; }
  
#menulinks a{ padding-left:11px;
	          height:35px;
              background-image:none;
	          display:block;
	          color:#000000;
	          text-decoration:none;
	          float:left;
	          font-size:16px;
	          font-weight:bold;
              font-family:Arial;
	          margin-right:3px;
	          margin-left:3px; }

#menulinks a span { padding-left:8px;
	                padding-right:20px;
	                padding-top:11px;
	                height:26px;
	                display:block;
                    background-image:none;
	                text-decoration:none;
	                cursor:pointer; }
  
#menulinks a:hover, 

#menulinks a.active {background-image:url(images/hover.png);
	                 background-position:top left;
	                 text-decoration:none;
	                 color:#000000;}

#menulinks a:hover span,

#menulinks a.active span { background: url(images/hoverright.png)
                           right top no-repeat;
	                       text-decoration:none;
	                       color:#000000;}
     }    

@media screen and (min-width: 1018px), screen and (min-height: 762px){
             
div.bottom  {position:fixed;
             width:99%;
             height:77px;
             background-color:rgb(173,216,230);
             font-size:30px;
             text-align:center;
             bottom:0;}
            
b6          {font-size:0px;}
    }
            