/*  Brown Clock style sheet  */

.frame
	{
	border: solid 1px;
	border-color: 	#7E2217
	}	
body
	{
	background-image: url(../images/brownclock.jpg);	
	color: #151B54;  /*  midnight blue  */
	font-family: Arial; Tahoma, sans-serif;	
	}
table
	{
	background-image:url(../images/bg75.gif); /*	marble */
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	border: solid black 2px; 
	}
th
	{
	font-size: 32pt;
	text-align: center;
	font-family:Georgia, "New Century Schoolbook", serif;
	vertical-align: bottom;
	font-style: italic;
	color: 	#7E2217;  /*  indian red4  */
	}
td
	{
	text-align: center;
	font-size: 14pt;	
	}
hr
	{
	color=#191970; 
	background-color:#191970;
	}
a:visited	{color:#664D21} /* visited link-brown */
a:hover		{color:#FDD017} /* mouse over link-gold */
a:active	{color:#15317E} /* selected link-blue */

#big
	{
	font-size: 20pt;
	}