body
	{background-color: white;}

header
	{color: black;
	font-family: verdana;
 	font-size: 300%;
	text-align: center}

p
	{color: black;
	font-family: tahoma;
	font-size: 150%;
	text-align: center}

h2
  	{color: black;
  	font-family: Georgia;
  	font-size: 200%;
  	text-align: center}

h3
	{color: black;
	font-family: Trebuchet MS;
	font-size: 300%;
	text-align: center}

h4
  	{color: black;
	font-family: tahoma;
  	font-size: 150%;
  	text-align: left}

<!-- borders and paddings
p
  {border: 2px solid powderblue;
  padding: 30px;
  margin: 50px}
