		a:link.left {
		text-decoration: none;
		color: #c0c0c0;
	}
	a:visited.left {
		text-decoration: none;
		color: #c0c0c0;
	}
	a:hover.left {
		text-decoration: underline;
		color: #FFFFFF;
	
	}
	a:active.left {
		text-decoration: none;
		color: #c0c0c0;
	}


	a:link.menu {
		text-decoration: none;
		color: #f0f0f0;
	}
	a:visited.menu {
		text-decoration: none;
		color: #f0f0f0;
	}
	a:hover.menu {
		text-decoration: <%=oline%>;
		color: yellow;
	
	}
	a:active.menu {
		text-decoration: none;
		color: #f0f0f0;
	}
	a:link {
		text-decoration: none;
		color: blue;
	}
	a:visited {
		text-decoration: none;
		color: blue;
	}
	a:hover {
		text-decoration: <%=oline%>;
		color: red;
	
	}
	a:active {
		text-decoration: none;
		color: blue;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}