body
{
	font-family: "Times New Roman", Times;
	font-size: 19px;
	background-color: red;
	color: black;
}

:link { color: black; text-decoration: none }  /* for unvisited links */
:visited { color: black; text-decoration: none } /* for visited links */
:active { color: black  } /* when link is clicked */
:hover { color: maroon } /* when mouse is over link */


p	{	font-size: 22px }

li	{ font-size: 22px }

table {  width: 600px; border-style: hidden; text-align: left; margin-left: auto; margin-right: auto; }

h1, h2, h3, h4, h5, h6
{
	font-family: "Times New Roman", Times;
	font-weight: bold;
}

h1	{	font-size: 40px }

h2	{	font-size: 30px }

h3	{	font-size: 25px }

h4	{	font-size: 22px }


.st6	{	font-size: 60px }

.st5	{	font-size: 50px }

.st4	{	font-size: 40px }

.st3	{	font-size: 30px}

.st2	{	font-size: 25px }

.st1	{	font-size: 19px }

.st-1	{	font-size: 15px }
