@charset "UTF-8";
/* CSS Document */

h1 { 
	color:red;
}


p,
li {
  color: green;
}


p,
h3{
	color:blueviolet
}



.center {
	text-align: center;
    color:steelblue;
}



body {
  background-color:aqua;
}


.p1 {
 
  font-family: "Times New Roman", Times, serif;

}