html {background-color: silver;
}
	
h1 {color:blue;
  }



p {font-family:Tahoma;
   color:red;
   font-size:20;
   }
   
