body {
  font-size: 20px;
  background-color: #a6a45a;
}

h2 {
  font-family: georgia;
}

h3 {
  font-size:1.5em;
  background-color:#ccc;
  margin: 20px;
  padding: 40px;
}

h4 {
 border-style: dashed;
 border-width: 3px;
 border-left-width:10px;
 border-right-width:10px;
 border-color: red;
}

h5 {
 border-style: inset;
 border-width:5px;
 border-color: grey;
 border-top-color: white;
 border-bottom-color:purple;
}

p {
  font-family: tahoma;
}

table {
  font-family: tahoma;
}



#strikethrough {
  font-family: georgia;
  text-decoration:line-through;
}

#timesnew {
  font-family:times;
}

#bigfont {
  font-family: georgia;
  font-size:26px;
}

#smallfont {
  font-family: georgia;
  font-size:16px;
}

#bitbold {
  font-family: georgia;
  font-weight:600;
}

#centered {
  text-align: center;
  font-family: georgia;
}

#smallcaps {
  font-family: georgia;
  font-variant: small-caps;
}

#kanaya {
  font-family: georgia;
  text-transform:capitalize;
}

#wacky {
  font-family:verdana;
  font-weight: 200;
  font-size: 125%;
  text-align:justify;
  font-style: italic;
  text-decoration:overline;
  text-transform:capitalize;
}
  