 p { font-family: Times New Roman; 
     color: black;
     font-weight: bold;
 }
 h1 { font-family: system-ui; 
     color: navy;
     font-weight: navy;
     font-style: italic;
	 background-color: #29F60A;
     border: 3px solid #29F60A;
	 border-radius: 12px;
  	 padding: 0.5em;
}
 h2 { font-family: system-ui; 
     color: navy;
     font-weight: bold;
     font-style: italic;
     background-color: #29F60A;
     border: 3px solid #29F60A;
	 border-radius: 12px;
  	 padding: 0.5em;
}
body {
	font-size: 32px;
	border: 3px solid blue;
  	border-radius: 12px;
  	padding: 0.5em;

}
body1 {
	font-size: 32px;
	
}
p1 { font-family: Times New Roman; 
     font-size: 40px; 
     color: white;
     font-weight: bold;
}
p2 { font-family: Times New Roman; 
     font-size: 15px; 
     color: black;
     font-weight: bold;
     background-color: red;
	 border: 3px solid red;
	 border-radius: 5px;
  	 padding: 0.5em;
 
}
p3 { font-family: Times New Roman;
	 font-size: 30px; 
     color: white;
     font-weight: bold;
	 border-style: double;
	
}
p4 { font-family: Times New Roman;
	 font-size: 30px; 
     color: white;
     font-weight: bold;
	 border-style: double;
	 border:solid red;
	
	
}
p5 { font-family: Times New Roman; 
     font-size: 15px; 
     color: black;
     font-weight: bold;
     background-color: gray;
	 border: 3px solid gray;
	 border-radius: 5px;
  	 padding: 0.5em;
 
}