/* old-time.com stylesheet 1 
not yet implemented in all pages */
A:link 		{color: Blue; text-decoration: none }
A:visited 	{color: Blue; text-decoration: none }
A:active 	{color: green ; text-decoration: none;}
A:hover		{color: red; text-decoration: underline;  }
P 		{margin-left: 0.5in; margin-right: 0.5in;}
PTD 		{margin-left: 0in; margin-right 0in;}


BODY 		{color: maroon;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: #ffffdc url(/images/otr.gif) fixed;
		}


H1, H2, H3	{ text-align: center; color: maroon; }
STRONG		{ color: Navy; background: Yellow;}
tt {
	color : Black;
	font : "Courier New", Courier, monospace;
}
TH 	{background: #FFE4B5;}