body {background-color: tan}

h1 {color:red;
font-size:20pt;
text-align: center}

h2 {color:red;
font-size:15pt;
text-align: center}

p {font-size:12pt;
margin-left: 15px}

strong {font-size: 16pt;
color: red}

a:link     {color:blue}
a:visited  {color:green}
a:hover    {color:white}
a:active   {color:blue}

