
body {
  margin: 0px;
  background-color: #bcbcbc;
}
banner {
}
h1 {
  font-size: 50px;
  font-weight: 600;
  color: #33ff33;
  text-align: center;
  font-style: italic;
  font-family: serif;
}
h2 {
  font-size: 20px;
  font-weight: 500;
  color: #33ff33;
  text-align: center;
  font-style: italic;
  font-family: "Times New Roman",Times,serif;
}

h3 {
  font-size: 20px;
  font-weight: 500;
  color: #33ff33;
  text-align: justify;
  font-style: normal;
  font-family: "arial","sans-serif";
}

p {
  font-size: 18px;
  font-weight: 300;
  color: #98FB98;
  font-family: "comic sans ms";
  text-align: justify;
  font-style: normal;
  line-height: 1.6;
}


h4 {
  font-size: 18px;
  font-weight: 300;
  color: #33ff33;
  font-family: "Times New Roman",Times,serif;
  font-style: normal;
  text-align: left;
  position: relative;
  display: block;
}

h5 {
  font-size: 16px;
  font-weight: 200;
  color: #33ff33;
  font-family: "Times New Roman",Times,serif;
  font-style: normal;
  text-align: justify;
  position: relative;
  display: block;



}
h6 {
  font-size: 13px;
  font-weight: 300;
  color: #33ff33;
  font-family: "Times New Roman",Thornedale;
  text-align: center;
  font-style: normal;
  text-decoration: none;
}


list {
font-size: 16px;
  font-weight: 200;
  color: #33ff33;
  font-family: "Times New Roman",Times,serif;
  font-style: normal;
  text-align: left;
  position: relative;
  margin: 40%;
  padding-left: 20px;
  list-style-position: outside;

}

a:link {
  font-family: Thorndale,serif;
  color: #33ff99;
  font-size: 20px;
  font-weight: 300;
  text-decoration: underline;
}
a:visited {
  font-family: Thorndale,serif;
  color: #339900;
  font-size: 20px;
  font-weight: 300;
  text-decoration: underline;
}
a:hover {
  font-family: Thorndale,serif;
  color: #00ff00;
  font-size: 20px;
  font-weight: 300;
  text-decoration: underline;
}
a:active {
  font-family: Thorndale,serif;
  color: #00008b;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

content {
  font-size: 16px;
  font-weight: 200;
  color: #33ff33;
  font-family: "Times New Roman",Times,serif;
  font-style: normal;
  text-align: left;
  position: relative;

}

b {
  font-size: 16px;
  font-weight: 700;
  color: #33ff33;
  font-family: "Times New Roman",Times,serif;
  font-style: normal;
  text-align: left;
  position: relative;

}
speeches {
  margin: 20px;

} 


