@charset "utf-8";

a{
  background-color : #004040;
  text-align : center;
  color : orange;
}

td{
  color : white;
  text-align : center;
 font-size : 12px;
}

p{
  color : white;
  text-align : center;
 font-size : 12px;
}

body{
  background-color : #004040;
  text-align : center;
-webkit-text-size-adjust: 100%;
 font-size : 12px;
}

