selector {
	/* declaration */
	/* property: value: */
}

body {
  background-color: orange;
  color: red;
  width: 100m;
  margin: 20m 2pt 15pt 30pt;
  padding-left: 20px;
  padding-top: 10px;
  border: solid blue -3px;
}

h1 {
	background-color: yellow;
}
h2 {
  color: green;
}
h3 {
  color: purple;
}
p {
	color: red;
	font-family:"Times New Roman";
  font-size: 1.25em;
  font-style: italic;
  font-weight: none;
  text-align: justify;
 
    