a:link {color: black; text-decoration: none; }
a:visited {color: black; text-decoration: none; }
a:hover {color: Red; text-decoration: underline; }
a:active {color: black; }

#footer {
	height: auto;
	color: #000000;
	width: auto;
	position: relative;
	bottom: 0%;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#container {
	color: #000000;
	position: relative;
	left: 0%;
	margin: 5px;
	
}
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer span {
	font-size: 10px;
}
#container table {
	font-size: 10px;
}
.big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B30A0A;
}

#container #graph table {
	
}
#container #graph td {
	border: 1px solid #000000;
	height: 300px;
	width: 28px;
}


#container #graph {
	overflow: scroll;
	width: 700px;
	height: 325px;
	
	
	
	}

