body	  {font-size: 12pt;
	   font-family: arial;
           color: #ffc170;
	   background-color: black;}

h1        {font-size: 24pt; 
           font-family: arial;
           color: #ffc170;
           line-height: 1;}

h2        {font-size: 12pt;
	   font-family: arial;
	   color: cyan;}

a:link	  {color: cyan; text-decoration: underline;}
a:visited {color: red; text-decoration: underline;}
a:active  {color: red; text-decoration: underline;}
a:hover   {color: red; text-decoration: underline;}

