@charset "UTF-8";

body{
    font-family: "Arial", Helvetica, sans-serif;
    font-size: x-small;
    margin: 0px;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}
a:link {color:#0000FF;}      /* unvisited link */
a:visited {color:#0000FF;}  /* visited link */
a:hover {color:#0000FF;}  /* mouse over link */
a:active {color:#0000FF;}  /* selected link */ 
 
table, th, td
{
border:0px solid black;
border-collapse:collapse
}

th, td
{
padding:3px;
}

img{
border: 0px solid black;
}
