
body {
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000000; /*#38a2ee;*/
	text-align: left;
	margin-left: 5%;
	margin-right: 25%;
}
	
h1 {
  font-size: 1.8em;
  font-weight: normal;
  color: #0000ff;
  background-color: #00ff00;
  /* text-align: center; */
  /*Type a CSS COMMENT here.*/
}
  
h2 {
  font-size: 4em;
}

/*To name a class in CSS, put a dot in front of it. */

.test1 {
  background-color: #010042; /*Prussian Blue*/
}

.boxtest {
  background-color: #ff0000; /* All Red, nothing else. */
  margin: 1em;
  border: 1em outset #000000;
  padding: 1em;
}

.ptest {
  background-color: #ffffff;
  border: 1em double #0000ff;
  padding: 1em;
}

.serif-demo {
  font-family: serif;
}
.sans-serif-demo {
  font-family: sans-serif;
}
.cursive-demo {
  font-family: cursive;
}
.fantasy-demo {
  font-family: fantasy;
}
.monospace-demo {
  font-family: monospace;
}
