body{
	background-color:#f4f4f4;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	line-height:1.6em;
	margin:0;
}

.container{
	width: 100%;
	margin-left:25px;
	overflow:hidden;
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-position-x : 210px;
  background-size: 90%;
  
}


.container h4{
    font-size: 30px;
    padding:none;
    color: black;
    margin-bottom:-10px;
    margin-top: -110px;
    margin-left: 250px;
}

.container h1{
    line-height: 62px;
    font-size: 60px;
    color: black;
    margin-left :250px;
    margin-top: 10px;
    
}


#main-header{
	background-color:white;
	color:#fff;
}


#navbar{
	background-color:#333;
	color:#fff;   
    margin-top: -42px;
}

#navbar ul{
	padding: 0;
    padding-left: 1em;
	list-style: none;
}

#navbar li{
	display:inline;
}

#navbar a{
	color:#fff;
	text-decoration: none;
	font-size:16px;
	padding-right:15px;
}

#navbar a:hover{
    color:gray;

}

.dropbtn {
    background-color: #333;
    color:#fff;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropbtn:hover{
    color:slategray;
    background-color: darkslategray;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color:#fff;
    color:gray;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: #fff;
    background-color:#333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
      background-color:darkslategray;
      color:white;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color:#333 ; 
    border: 2px;
    border-color:lightgrey;
  }

  #titlepage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 1.3em;


  }

  #ordindex h2{
      text-align: center;
  }



  #index{
      font-family: Arial, Helvetica, sans-serif;
      font-size: 24px;
      text-align: left;
      margin-left: 100px;
  }

  #index ul{
list-style: none;
  }

  #index a{
      text-decoration: none;
  }

  .body_text{
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 2.0em;

  }

  .body_text a{
    text-decoration: none;
  }

  .body_text ul{
   list-style-type: none;
   padding: 5px;
  
  }

  .body_text ol{
    padding: 5px;
    margin-left: 20px;
  }

  .body_text li{
    margin-top: 5px;
    margin-bottom: 10px;

  }