body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #;
	background-image:
	}
body.psychicpage {
  background-image: url('/images/AngelNebulaB&W.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.psychictitles {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: rgb(83, 248, 255);
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: rgba(192,192,192,0);
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


 	