.highlight {background-color: yellow;}
span {  background-color: yellow;}
strong {  color: rebeccapurple;}
.center {  display: flex;justify-content: center;align-items: center;}
em {  color: pink;}
.fun:hover {	font-size: 150%; border: 5px pink solid;}
.fancy, .important { color: red; text-shadow: 3px 3px black;}
.CenterText{margin: auto; text-align: center;}
a {color: #FF4278; text-shadow:3px 3px black;}
a:link {color: #FF4278; text-shadow:3px 3px black;}
body {background-color: teal;font-family:Constantia;margin:auto; text-align:center;}
h1   {color: Gold;font-size: 12;}
h2   {color: Gold;}
h3   {color: Gold;}
p    {color: Pink;margin:auto; text-align:center;}
ul	 {color: Gold;font-size:120%;}
li   {color: Pink; font-family:Constantia;font-size:70%;}