#banner	{
	position:		absolute;
	width:			800px;
	height:			153px;
	top:			0px;
	left:			215px;

	}
	
#tach	{
	position:		absolute;
	text-align:center;
	width:			800px;
	height:			400px;
	top:			174px;
	left:			215px;
	}
	
#links	{
	position:		absolute;
	width:			202px;
	height:			400px;
	top:			172px;
	left:			720px;
	font:			"Times New Roman", Times, serif;
	color:			#0000FF;
	size:			20px;
	}
	
	
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;

}
a:hover {
	color: #000000;
	text-decoration:	underline;
}
	
