* { 
    margin: 0; 
    padding: 0; 
} 

body { 
    font-family:  font-family: 'Permanent Marker', cursive;
    font-size: 100%; 
    color: #000000; 
    background-color: darkgray;   
}

#OuterWrapper { 
    margin: 20px auto;
    width: 1200px; 

}

header {
    width:100%; 
    height :200px;
    text-align: center; 
}

h1{ 
font-size: 3em; 
}

h1, h2, h3 {
    font-family:  'Amaranth', sans-serif; 
    font-weight 400; 
    
    
    
}
    
#HomeNav { 
    font-size: 1.5em; 
    font-family: 'Amaranth', sans-serif;  
    font-weight: 400; 
}

#HomeNav ul { 
list-style-type: none; 
    margin: 0; 
    padding: 0; 
} 

#HomeNav li { 
display: inline-block; 
    padding: 20px; 
    

}
#HomeNav li a {
color:000; 
text-decoration: none; 
}

#HomeNav li a: link, a:visited { 

color; 000; 
}

#HomeNav li a:hover, a:active { 

text-decoration: underline; 
color:chartreuse; 
}
aside { 
top: 200px; 
    width:200px;
    margin: 20px; 
    height: 100px; 
    position: fixed;
    overflow: auto;
} 

#subNav { 
    font-size: 1.5em; 
    font-family: 'Amaranth', sans-serif;  
    font-weight: 400; 
}

#subNav ul { 
list-style-type: none; 
    margin: 0; 
    padding: 0; 
} 

#subNav li { 
display: block; 
    padding-bottom: 20px; 
    

}
#subNav li a {
color:000; 
text-decoration: none; 
}

#subNav li a: link, a:visited { 

color; 000; 
}

#subNav li a:hover, a:active {  

}

main { 
text-align: center ; 
} 
p{ 
text-align: left; 
line-height: 1.75; 
margin: 0 30px; 

}    
    footer {
font-family:  "times new roman", Times, serif; 
        font-size: .875em; 
        padding: 30px;
    position: fixed ; 
        bottom: 0; 
        
}
