
body {
	
	background-image: url(http://www.siue.edu/~wworabo/bgblog.jpg); 
}
h1 {
	margin-bottom: 10px
	}

p {
	line-height: 1.5em
	}

/* Custom Class & IDs */

#thebodyfont {
	color: Lime;
	width: 50%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-width: thick;
	border-style: double;
	border-color: Lime;
}


