
body {
    background-color: Gainsboro;
}

p{
	font-size: medium;
	font-style:Georgia;
	text-align:justify;
	
}

h1{
	color : green;
	font-size: x-large;
	font-style:"Times new roman" ;
}

h2{
	
	font-size: large;
	
}

a{
	
	color:crimson;
	font-style:italic;
}

#rv{
	display:block;
	margin:auto;
	width:800px;
	height:500px;
}

span 
{
	font-weight: bold;
	
}