<!--
html {
	margin: 0 0 0 0;
	padding: 0;
}
body {
	margin: 0;
	text-align: center;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.timesheets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	width: 650px;
}
li {
	background: none;
	list-style-image: url('../images/bullet8.gif');
	padding-left: 5px;
}
a:visited, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: Underline;
}
a:active, a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: None;
}
input {
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #333333;
	border-style: solid;
	border-width: 2px;
}
