body		{background-color: purple; margin-left: 0.5in; margin-right: 0.5in; margin-top: 0.5in;}

p		{color: white;}

p.midsize	{color: white;
		 font-size: 16pt;
		 text-align:center;}

p.center	{text-align:center;}

p.border	{color: silver; border-style: double;
		 border-width: thick;
		 border-color: white;
		 text-align: center;
		 color: white;
		 font-size: 16pt;}
		 

h1		{text-align: center;
		 color: white;
		 font-family: broadway;}

h1.border	{text-align:center;
		 color: white;
		 border-color:silver;
		 border-style:inset;
		 border-width:thick;}


h2		{text-align: center; color: white;}

h2.tablecolor	{text-align: center; color: purple;}

h3		{text-align: center; color: white;}

img.border	{border-style:inset; border-color: silver;}

table.border	{border-style:outset; border-color:silver; border-width:thick;}

table.altback	{background-color:silver;}

table.dirback	{background-color:#CC99CC;}

td.center	{color: silver;
		 text-align:center;
		 font-size: 16pt;}

td.largefont	{font-size: 16pt;}

a:link		{color: silver;}
a:visited	{color: white;}
a:hover		{color: goldenrod;}

a:link.special	{color: purple};
a:visited.special	{color: blue};
a:hover.special		{color: red};


