
/*
	Planet Hope
	Layout Style Sheet
	Angela Garrett
	Tutorial 5, Case Problem 4
	9/14/2015 
*/

/* Body style */
body {
	font-style: arial, san-serif;
	background-image: url(images/StarsBackground.jpg);
	background-repeat: repeat;
	background-color: black;
	margin-left: 5em;
	margin-right:  5em;
	line-height: 1.5em;
}
/* Image Right style */
img.right {
	float: right;
	padding: 1px;
}
/* Image Left style */
img.left {
	float: left;
	padding: 1px;
}
/* Heading 1 style */
h1 {
	color: #5F04B4;
	font-size: 4em;
	border-bottom: solid thick #4B088A;
	padding: 0.5em;
}
/* Heading 2 style */
h2{
	color: #8000FF;
	font-size: 2em;
}
/* Paragraph style */
p{
	color: #BCA9F5;
	font-size: 1.25em;
}
.clear{
	clear: both;
}
a:link{                       
  color: #BCA9F5;            
}
p.center {
	text-align:center;
}
footer{
	background-color: #4B088A;
	display: block;
}
