/* -- Basic HTML Elements -- */

@font-face {
    font-family: "times New Roman";
    /*src: url(trado2.ttf);*/
}
@font-face {
    font-family: "Wingdings 2";
    src: url(Wingdings.ttf);
}


body {font-size: 62.5%; font-family: times New Roman;color:  #444444}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, dt, dd {padding: 0; margin: 0;}
p, input, select, li, dt, dd {font-style:normal; font-variant:normal; font-weight:normal; font-size:1.1em;font-family:inherit;}
ul {list-style: none;}
p {padding: 0; margin: 0 0 14px;}

img {border: 0;}

a:link {text-decoration: none; color: #84243E;font-weight:bold}
a:visited {text-decoration: none; color: #84243E;font-weight:bold}
a:hover {text-decoration: underline; color: #7B001F;font-weight:bold}
a:active {text-decoration: none; color: #84243E;font-weight:bold}textarea     { font-family: times New Roman }

