body{
background-color : #fff2f9;
}
h1{
    font-family: arial;
    font-size: 1.1em;
    font-weight: bold;
    color: #990000;
    text-align: left;
    vertical-align:bottom;
    margin:0px;
    padding:0px;
}
h1:first-letter{
    text-transform:uppercase;
}
h2{
    font-family: arial;
    font-size: 1em;
    font-weight: bold;
    color: #666666;
    text-align:left;
}
h2:first-letter{
    text-transform:uppercase;
}
p,li{
    text-align:justify;
    font-family: Arial;
    font-size:0.9em;
    font-weight: normal;
    color: #000000;
}
img{
margin : 0;
padding : 0;
border : 1px solid black;
}
