@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #999999;
}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 9px;
}
.brownText {
	color: #996600
}
.blackBold {
	color: #000000;
	font-weight: bold;
	font-style: italic;
}
#container {
	width: 810px;
	margin-top: 50px;
	padding-top: 10px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#clock_digits {
	text-align: center;
	font-size: 10px;
}	

