h1
{
  color: #FF001F;
  font-size: 40px;
  text-decoration: overline blue wavy 2px;
  font-style: italic;
}

h2
{
  color: #0800FF;
  text-decoration: underline red dashed 2px

}

p
{
  color: rgb(30, 65, 127);
  font-family: "Verdana";
  font-style: italic;
  font-weight: bold;
}

#header
{
  color:white;
  background:blue;
  width: 700px;
  padding: 10px;
  margin: 10px;
  border: solid black 10px;

}

#header2
{
  color:white;
  background:green;
  width: 700px;
  padding: 10px;
  margin: 10px;
  border: solid black 10px;
}