body{
	
}

p{
	float:left;
	background-color: blue;
}
h1 {
	float:right;
	color:blue;
	border: dotted;
}