body { 
background-color: #000000;
 margin:0;
} 

a {
 color : #F6365F;
 font-style: italic;
 font-weight: 900;
      }
a:link, a:visited, a:active
{
text-decoration : none;
color: #F6365F;
font-style: italic;
 font-weight: 900;
}
a:hover
{
color: #BBCBFF;
font-style: italic;
 font-weight: 900;
}

.firstletter {
background-color: transparent;
color: #BBCBFF;
font-family: 'Georgia', serif;
font-size: 25px;
font-style: italic;
font-weight: 900;
text-transform : lowercase;
}

h1 {  
font-family : 'Georgia';  
font-size : 12px;
background-color: transparent; 
color: #F6365F; 
border-bottom : 1px dotted #BBCBFF;  
text-align : left; 
letter-spacing : 3px; 
margin-right : 20px; 
margin-left : 20px; 
margin-top : 5px; 
}

em {
font-family : 'Georgia';
color: #A4B4E6;
font-style: italic;
font-weight: 900;
}

DIV { 
background-color : transparent; 
font-family : Georgia, Verdana, sans-serif; 
color : #BBCBFF; 
font-size : 12pt; 
line-height : 13pt; 
padding : 5px; 
text-align : justify; 
} 

#footer{
background-color: transparent;
padding:2px;
text-align:center;
font: 10pt 'Georgia', sans-serif;
color:#F6365F;
width:500px;
}
