h1
{
       text-align: center;
	   background-color: red; 
}

h2    
{  
       font-family: Verdana;
       font-style: italic; 
       color: green;
}	   
#para_1
{
     font-style: italic; 
	 color: blue;
}

body
{
margin : 10px;
}

p 
{
     font-family: Verdana;
	 color: orange;
}	 