ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

h1{
  font-size : 1.5em;
}

h2{
  font-size : 1.3em;
  font-weight : bold;
}

h3 {
  font-size : 1.15em;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

p{
  margin : 5px 0px;
  padding : 3px 0px;
}

table{
  margin : 10px 0px;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Verdana;
  font-size: 12px;
  background-color: #fff;
  color: white;
}

a{
  color : white;
}






