*         { box-sizing: border-box; }

img       { max-width: 100%; 
            border: none; }

h1        { font: italic 1.4em sans-serif; 
            text-align: center; }
h2,h3,h4,h5,h6, p, li 
          { font: 1.2em sans-serif; }

.mid      { text-align: center; }
.sec      { margin-top: 50px; }

hr        { border: thin ridge #000000; width: 75%; }

table     { border-collapse: collapse; }

table, th, td
          { border: 1px solid black; }

th, td    { padding: 10px;
            font: 1em sans-serif; }
