/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

#top {
 width: 100%;
 height: 300px; }
 h2 {
 text-align:center; }
 p {
 width:60%; 
 line-height:200%;
 margin-left:20%; }
 body {
 background-color:black;
 color:white;
 font-size: 17px;}
 ul {
 font-size:20px; }
 article img {
  padding: 20px 30px 30px 50px; }
  hr { 
    display: block;
    margin-top: 10em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}
  b {
  color: red;
  font-size:18px; }
  a:link{
  color:white;
   }
   a:visited {
   color: red; }
   footer {
display: block;
width: 100%;
clear: left;
text-align: center;
font-size: 0.8em;
font-style: normal;
font-variant: small-caps;
border-top: 1px solid black;
}
   
