/* css_style.css */

#header-background {
  background-size: auto;
  background-color: orange;
}


h1 {
  font-family: Times New Roman,Ariel;
  font-size: 18px;
  font-weight:normal;
  font-style: normal;
}

h2 {
  font-family: Times New Roman,Ariel;
  font-size: 18px;
  font-weight:normal;
  font-style: normal;
}

h5 {
  text-align: center;
  font-size: 18px;
  font-weight:normal;
  font-style: normal;
  padding: 0px;

}

i {
  font-style: normal;
}

body {
	font-family:Times New Roman, Ariel; 
	font-size: 14px;
  font-weight: normal;
  font-style: normal;
 }

ul {
  background-color: white;
}

ul a:hover {
  background-color: orange;
}

nav {
text-align: center;
margin: 0px 0 0 ;
padding: 10px 0;
}

nav a {
  font-weight: normal;
  padding: 0px 15px;
  font-size: 20px;
}

table {
  border-spacing: 1px;
  border-color: red;
  font-size: 15px
  width:250px

}

h4 {
  text-align: left;
  padding: 0px;
}
iframe {
  width: 35%;
}


footer {
  position: relative;
  margin-top: -200px;
  height: 180px;
  clear: both;
 
}

h3 {
  font-weight: bold;
}

table {
  text-align: left;
}