A:link, A:visited, A:active { text-decoration: none; color: blue; }
html {
  max-width: 1000px;
}
body {font-family:"Times New Roman"; background-color: #FFFFFF; }

h1 { text-align: center; font-size:1.5em; font-family:"Times New Roman"; padding:5px;
letter-spacing: 1px; line-height: 1.5;}

h2 { text-align: center;font-size:1.1em; font-family:"Times New Roman" ; padding:10px;
margin-top:0;margin-bottom:0.25em; letter-spacing: 2px;}

HR { width:20%; margin-left:0;padding:0;} 

dl {margin-top:0; padding:0}

img { border:0; }

p {text-indent: 20px;padding:2px}

div.hr { text-align: center;
width: 20%; 
height: 1px; 
background: grey; 
margin:0;}

#t1 {width:100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px;
}

#t1 tr:nth-child(even) {
  background-color: #eee;
}

#t1 tr:nth-child(odd) {
  background-color: #fff;
}
.center {
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.2;
}
.cols {   column-count: 2;
          margin-left:20px;
          column-gap: 20px;
/*          column-width: 300px;*/
         font-size:1.1em;
         line-height: 1.3;
           /* -webkit-columns: 0px 2;*/
            /* Chrome, Safari, Opera */
/*            -moz-columns: 0px 2;*/
            /* Firefox */
/*            columns: 0px 2;*/
        }
        
#tmenu {width:100%;text-align: center;background-color: #eee; letter-spacing: 1px; 
  }
#tmenu td {width:33%; }  
