html body {
	 background-color: skyblue;
} 

/* Added by Vishal Shelukar */
p {
	 color: blue; 
} 

h3 { 
	color: green; 
}

a {
	color: black;
}

h1 { 
	 position: relative; 
	top: 15px;
	left: 150px;
}

