/* Generic Selectors */ 
body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
color: #6495ED;                  <!-- controls color of body of text-->


background-color: #000000; 

background-image: 
url("images/eagle-flag 5.jpg");
background-repeat: 
no-repeat;
background-attachment: 
fixed}










p { 
width: 95%; 
} 
 
p.margin {margin-top: 2cm}

p.margin2 {margin-top: 0cm}



li { 
list-style-type: none; 
line-height: 150%; 
} 



h1 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 26px; 
font-weight: bold; 
color: #e80b37; <!-- big red -->
} 
h2 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 20px; 
font-weight: bold; 
color: #fcfcfc;                 
border-bottom: 6px solid #0f13ec; <!-- white blue border -->
} 
 
h3 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #e80b37;            <!-- small red -->


} 


h4 { text-align: center
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold; 
color: #fcfcfc;          <!-- white med -->


} 


h5 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 26px; 
font-weight: bold; 
color: #B8860B;            <!-- large gold -->


} 

h6 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 24px; 
font-weight: bold; 
color: #6495ED;             <!-- light blue-->
 

} 








/**************** Pseudo classes ****************/ 
:link { 
color: #ffffff; 
text-decoration: underline; 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 18px; 
font-weight: bold; 
} 
li :link { 
color: #ffffff;           <!-- controls Link Colors-->
text-decoration: none; 
font-weight: bold; 
} 
:visited { 
color: #0f13ec; 
font-size: 22px;              <!-- controls size of text after visited-->
text-decoration: underline; 
font-weight: bold; 
} 
li :visited { 
color: #0f13ec;           <!-- controls Link Colors after visited-->
text-decoration: none; 
font-weight: bold; 
} 
:hover { 
color: rgb(0, 96, 255); 
padding-bottom: 5px; 
font-weight: bold; 
text-decoration: underline; 
} 
li :hover { 
display: block; 
color: #ff0000;              <!-- controls Link hover Color link-->
padding-bottom: 5px; 
font-weight: bold; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: #0f13ec; <!-- controls Link hover Color for line-->
} 
:active { 
color: rgb(255, 0, 102); 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#navigation { 
position: absolute; 

z-index: 10; 
width: 250px; 
height: 1100px; 

margin: 0; 
margin-top: 150px; 

font-weight: normal; 


 
} 
#centerDoc { 
position: absolute; 
z-index: 5; 
padding: 0 0 20px 350px; /*top right bottom left*/ 
margin-top: 15px; 
} 

#address { 
position: absolute; 
z-index: 15; 
padding: 0 0 20px 450px; /*top right bottom left*/ 
margin-top: 50px; 
} 



#body { 
position: absolute; 
z-index: 5; 
padding: 0 0 20px 350px; /*top right bottom left*/ 
margin-top: 150px; 
} 


