body{
  font-size: 16px;
  color: cadetblue;
  background: #2B1B17;
  text-align: center;
  margin: 15px;
  padding: 20;
}
a{
  color: cadetblue;
  text-decoration: none;
  background-color: #C8C4DF;
  margin:30px;
  padding: 0;
  border: 2px #967BB6;
  border-style: dashed dotted solid dashed;
  border-bottom-width:6px;
  border-right-color: orange;
}
h1{
  color: #E9AB17;
  background: #F0FFF0;
}
h3{
  color:#FBFBF9;
  font-style: italic;
  letter-spacing: -2px;
  line-height: 50px;
  font-size: 30px;  
}
h4{
  border: groove 4px #9400D3;
  margin-left:-20px;
  margin-right:20px;  
  }
h5{
  border: inset 15px #342D7E;
  padding-top: 100px;
  padding-bottom: 2em;
  }
table{
  text-align: right;
  border: solid;
  border-width: 1px 3px 10px;  
}
td{
  border: dotted 5px yellow;
  }
abbr{
    text-decoration: none;
    }
h2{
  font-weight:900;
  text-transform: uppercase;
  font-family: "Brush Script MT";
}
blockquote{
  color: red;
  }
q{
font-family:"Kristen ITC";  
}
  
  
  
  
  
  
  