body 
{   
     font-family: "Arial", Century Gothic Sans-serif; 
     font-size: 10px; 
     font-weight: normal; 
     font-style: normal; 
     text-decoration: none; 

     font-variant: normal; 
     letter-spacing: 0px; 
     color: #061333;
     background-image:url(images/bg.jpg);
     margin-top: 50px;  }
 
 
#content 
{ 
     padding: 15px;
     padding-top: 0px;
}
 
#content img 
{
     padding: 2px;
     margin: 2px;
     background-image: #ffffff;
     border: 3px solid #ffffff;
     
     
}
 
 
#navigation a
{
     display: inline-block;
     margin: 5px;
     font-family: "Book Antiqua", Sans-serif;
     font-size: 9pt;
     font-weight: normal; 
     font-style: normal; 
     padding: 5px;
     color: #898989;
     background: transparent;
     text-decoration: none;
     text-transform: uppercase;
     text-align: center;
     cursor: se-resize 
}
	
#navigation a:hover
{    text-decoration:none;
     
     color: #7e3d45;
     
}

#footer
{
     padding: 10px;
}

#footer a
{
     color: #FFFFFF;
     text-decoration: none;
}
	
#footer a:hover
{
     color: #7e3d45;
     text-decoration:none;
     border-bottom: 1px dotted;
}
 
 
h1
{
     font-family: "Times New Roman"; 
     font-size: 20px; 
     font-weight: normal; 
     font-style: normal; 
     color: #052645;
     text-decoration: none; 
     text-transform: lowercase;
     font-variant: normal; 
     letter-spacing: 3px; 
     padding-left: 60px;
     margin-bottom: 0px;
}
 
h2
{
     font-family: "Times New Roman"; 
     font-size: 16px; 
     font-weight: normal; 
     font-style: normal; 
     color: #052645;
     text-decoration: none; 
     text-transform: uppercase;
     font-variant: normal; 
     letter-spacing: 2px;
     margin: 0px;
     padding-left: 15px;
     border-bottom: 1px dashed #737373;
}
 
B     {font-family: Arial Black; color: #7e3d45;}
I     {color: #7e3d45;}
U     {color: #737373;}
S     {color: #7e3d45;}
 

blockquote {
 border : 1px dashed #505050;
 width: 200px;
 float: left;
 margin: 0px;
 padding: 10px;
 background-color: #D4D4D4;
 quotes: "\201C" "\201D";
 }

a, a:visited
{
     color: #76aeab;
     text-decoration: none; 
}
 
a:hover
{
     color: #76aeab;
     text-decoration: none;
     border-bottom:1px dotted; 
     cursor: help;
}