/* im probably never gonna use this*/

#body {
            border: 1px solid;
            border-color:darkgrey;
            color:#333333;
            padding: 1px 20px 20px 20px;
            width: 60%;
            height:auto;
            margin-left: 20%;
            margin-right: 20%;}
a:link {
  color: hotpink;
  background-color: transparent;
  text-decoration: none;
  }
  a:visited {
  color: hotpink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: slateblue;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}


#footer {
	width:1024px;
	margin-left: auto;
  	margin-right: auto;
	color:#ff00cc;
	margin-top: 10px;
	font-size: .8em;
}


