TH{font-size : 12px;}
TD{font-size : 12px;
  line-height : 18px;}
H1{font-size : 18px;}
H2{font-size : 14px;}
H3{font-size : 12px;}
H4{font-size : 12px;}
a{font-size : 12px; color:black; text-decoration: none;}
p{font-size : 12px;}
A:hover { color: blue; }
table{border-color: blue; border-soze:0; cellspacing:0; cellpadding:0;} 
tr{border-color: blue;} 
img {border:0px;}
hr { color:green; align:center; size:2;}
div {font-size : 12px;}
body { scrollbar-base-color: #FFFFFF;}

<style>
.table-fixed {
    table-layout: fixed;
}
</style>

<style>
	body {
        margin: 0;
        padding: 0;
      }


      #headline h1 {
        font-weight: 200;
        font-size: 60px;
        line-height: 1em;
        margin-bottom: 0;
      }
@media (query) {
  /* CSS Rules used when query matches */
}
      @media screen and (min-width: 600px) {

          
.container {
            margin: auto;
            max-width: 800px;
          }
          

#headline {
            padding: 20px 5%;
          }
}</style>