h1 {
    border: thin solid transparent;
}
h2 {
	font-size: 2.6em;
	color: red;
	background-color: beige;
	border: thin solid;
	text-align: center;
}

p {
    color: brown;
    font-size: 1.3em;
}
table,
ul { 
  font-size: 1.3em; 
}
p,
table,
ul { 
  font-size: 1.3em; 
}
ul ul { 
  font-size: inherit; 
}
p { 
  font-size: 1.3em; 
  text-align: justify; 
  font-family: sans-serif; 
  color: brown;
}
h1 { font-size: 2.5em; font-family: cursive; background-color: orange; text-align: center; }
h2 { font-size: 2.2em; font-family: cursive; background-color: yellow; text-align: center; }
