
 .logo{
			  float:left; margin-left:40px; margin-bottom: 30px;
			  width: 211px; height: 100px;}
          
/* This container defines the size and placement of the logo, its margins, height and width */


          .active
          {
              text-align: right; 
          color: #CF1C44; 
          font-family: Goudy Old Style;
          }


/* This container defines the text attributes for the Navigational Links */



        nav  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
			font-size:30px;
}

/* This container defines the margins, padding, font size and eliminates the underlined line under the link of the Navigational Menu */


    nav li {
    display:inline-block; 
		margin-left:70px;
		padding-top: 50px;	margin-right:70px;
		
}

/* This container makes the list of links horizontal and defines both margins and padding to the list, creating an horizontal list which is the Navgational Menu */




  nav a{text-decoration: none;
	  font-family:Goudy Old Style}

    /* This container eliminates the text decoration of the dot infront of the list items and defines the font family to the Navigational Menu */

	  
	