
body {
  background-color: #FFFFFF;
  font-family: arial	;
  color: #333333;
  margin-top: 80px;
  margin-left: 50px;
  margin-right: 50px;
  margin-bottom: 50px;

}

/* need h1 classes - one with associate span with custom padding and margins for blog title and tag line */


.title {
margin-bottom: 8px;
padding-bottom:0px;
}



p {
  color: #333333;
  font-size: 22px;
  
}

/* unvisited link */
a:link {
  color: blue;
  text-decoration: underline;
}

/* visited link */
a:visited {
  color: purple;
  text-decoration: underline;
}

/* mouse over link */
a:hover {
  color: red;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: hotpink;
  text-decoration: underline;
}

/* need img classes - thumb and full sized */

img {
  border: 1px solid #333333;
   padding: 5px;
   width: 200px;
 }
 
 hr {
 size: 1px; 
 color: #f0f0f5;
 width: 100%;
  }

 ul li {
    font-size:22px;
}