@charset "utf-8";

html {
   background-color: rgb(0, 156, 26);
   font-family: Verdana, Geneva, Arial, sans-serif; 	
}

body {
   background-color: rgb(10, 100, 18);  
}


/* Horizontal Navigation Styles */

nav.horizontalNavigation a {
   font-size: 1.5em;
   color: rgb(231, 231, 231)
}

nav.horizontalNavigation a:hover, 
nav.horizontalNavigation a:active {
   background-color: rgb(0, 53, 9);
   border: 10px solid rgb(0, 53, 9);
   border-radius: 45px;
}   


/* Section Styles */

section {
   color: rgb(190, 190, 0);
   font-size: 1.5em;
}

/* Footer Styles */

body > footer {
   font-size: 1.0em;
   color: rgb(71, 71, 0);
}

body > footer h1 {
   color: rgb(71, 71, 0);
   font-size: 1.0em;
   font-weight: normal;
   margin: 1em 0 0.5em 1em;
}

/* Contact Info Styles */

section#contactInfo p {
   line-height: 1.4em;
   margin: 1em;
}   