@font-face{
   font-family: GothamRounded;
   font-weight:bold;
   src: url("/fonts/gotham_rounded/GothamRounded-Bold.eot") format('eot'),
    url("/fonts/gotham_rounded/GothamRounded-Bold.woff") format('woff'),
    url("/fonts/gotham_rounded/GothamRnd-Bold.otf") format('opentype');
}
html {
    padding:0px;
    margin:0px;
}    
body {
    padding:0px;
    margin:0px;
    background-color:#ffffff;
    font-family: arial, tahoma;
    font-size:14px;
    color:#444444;
    text-align:center;
    line-height:1.5;
}
td{
    font-family:arial, tahoma;
    font-size:14px;
}

a img{
    border:0px;
}
h1, h2, h3 {
    font-weight:bold;   
    color:#735181;
}
p, li {
    padding:5px;
    text-align:justify;
}
