a{
    text-decoration: none;
    color: blue;
    padding: 1px;
}
th {
    background-color: green;
    color: white;
}
p a{
    text-decoration: underline;
}
a:hover {
    color: pink;
}
a:visited{
    color: chartreuse;
}
body {
    color: white;
    font-size: 20px;
    text-align: center;
}
h1, h2, h3 {
    border: 5px double navy;
    text-align: center;
    background-color:orange;
}
h1{
    font-size:50px;
    font-family: Castellar;
}
h2{
    font-size:40px;
    font-family: French Script MT;
}
h3{
    font-size:30px;
}
p{
    display: block;
    border: 5px aqua dotted;
    color: red;
    text-align: justify;
}
aside p {
  color: orange;
}
article p {
  color: orange;
}
p.no_content::before {
  content: "Sorry, there are no articles in the ";
}
p.no_content::after {
  content: " section. Please try another time.";
}
#logo {
    float:left;
}
nav ul {
    list-style-type: none;
    border: 4px solid #00ff90;
    font-weight: bold;
    padding: 16px;
    font-size: 13px;
}
nav ul li{
    display: inline;
    border: 2px solid #005bff;
    padding-left: 8px;
    padding-right: 8px;
    background-color: black;
}
nav ul li a{
    border: none;
    color: white;
}
ul{
    list-style-type: none;
}
.com {
    background-color: ThreeDShadow;
}
textarea{
    font-family: 'Agency FB';
}
button {
    background: green;
    font-family: 'Agency FB';
    height: 50px;
    width: 100px;
}
table{
    font-size: 70%;
    border-collapse: collapse;
    width: 100%;
    border: 3px sandybrown solid;
    color: black;
}
th, td{
    border: 1px solid black;
    padding: 8px;
    text-align: center;
    height: 15px;
}
input{
    font-family: 'Agency FB';
    width: 35px;
    text-align: center;
}
li {
    color: black;
}
.lp {
    float: left;
}
rp {
    float: right;
}
section {
    padding: 5px;
    border: 5px black double;
    height: 100%;
    width: 75%;
    margin: 0px 120px 0px 120px;
}
@media all and (min-width: 900px) {
  article {
    float: left;
    width: 60%;
  }
  aside {
    float: left;
    padding-left: 24px;
    width: 35%;
  }
}
#web_name {
  font-family:"Goudy Stout";
}
.web_intro {
  color: black;
}
aside, article {
  background-color: navy;
  border: orange dashed;
  padding: 5px;
}
aside {
  margin-left: 5px;
}
aside section {
  margin: 10px;
  width: 90%;
}
