/* CSS RESET */
html
{
    color : rgb(0 , 0 , 0);
    background : #EbE5D3;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
    margin : 0;
    padding : 0;
}
table
{
    border-collapse : collapse;
    border-spacing : 0;
}
fieldset, img
{
    border : 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
    font-style : normal;
    font-weight : normal;
}
li
{
    list-style : none;
}
caption, th
{
    text-align : left;
}
h1, h2, h3, h4, h5, h6
{
    font-size : 100%;
    font-weight : normal;
}
abbr, acronym
{
    border : 0;
    font-variant : normal;
}
sup
{
    vertical-align : text-top;
}
sub
{
    vertical-align : text-bottom;
}
input, textarea, select
{
    font-family : inherit;
    font-size : inherit;
    font-weight : inherit;
}
legend
{
    color : rgb(0 , 0 , 0);
}

table
{
    font-size : 100%;
}
pre, code, kbd, samp, tt
{
    font-family : monospace;
    line-height : 100%;
}

body
{
    font-size : 10px;
    font-family : Verdana , helvetica , clean , sans-serif;
    font-weight : normal;
    font-style : normal;
    color : black;
    background-color: #EbE5D3;
}

h1
{
    font-size : 10px;
    font-weight : normal;
}
h2
{
    font-size : 12px;
    font-weight : bold; 
}
h3
{
    font-size : 20px;
    font-weight : bold; 
}

p
{
    padding : 0;
    margin-top : 0em;
    margin-bottom : 0em;
    text-align : justify;
    text-indent : 0em;
}
a
{
    text-decoration : none;
    color : #FFFFFF;
    outline : 0;
    direction : ltr;
}
a:hover, a:focus
{
    color : #EBC51C;
}
a:active
{
    text-decoration : underline;
    color : #EBC51C;
} 

