

@media only screen and (min-width: 0px) and (max-width: 700px) {
    td {
        display:inline-block;
        padding:1px;
        width:100%;
    }
}

h1 {
  color: black;
  font-family: arial;
  font-size: 120%;
  text-decoration: none;
}

h2 {
  color: black;
  font-family: arial;
  font-size: 100%;
  text-decoration: none;
}

h3 {
  color: black;
  font-family: arial;
  font-size: 110%;
  text-decoration: none;
}

h4 {
  color: black;
  font-family: arial;
  font-size: 50%;
  text-decoration: none;
}

h5 {
  color: black;
  font-family: arial;
  font-size: 100%;
  text-decoration: none;
}

h6 { 
	color: #000000;
	font-family: arial;
	font-size: 70%;
  text-decoration: none;
}   



h10 { 
    color: #ffffff;
	font-weight: 700;
	font-size: 11pt;
  text-decoration: none;
}   

p {
  color: black;
  font-family: arial;
  font-size: 100%;
  text-decoration: none;
}

pp {
  color: black;
  font-family: arial;
  font-size: 80%;
  text-decoration: none;
}

a:link {
  color: black;
  font-family: arial;
  font-size: 80%;
  text-decoration: none;
}

div.a {
  line-height: 100%;
  text-decoration: none;
}


a:hover {
  color: #f00;
  font-family: arial;
  text-decoration: none;
  cursor: pointer
}