style.css

 EM	{background-color :orange; color: "white"}
	STRONG	{background-color: #FF0000}
	H1	{font-family: Arial, sans-serif}
	H2	{font-family: Arial, sans-serif; font-size: 24pt; color: "green"}
	H3	{font-family: TimesNewRoman, Roman}
	P 	{font-size: 18pt}
	.red	{color: red}
a:Hover { color : green;
          font-weight : bold;
          font-size : 12pt; }

body { background-color :#5F9EA0}
 