/* links */
	a{
		color:#0000FF;
		text-decoration: none;
		}
	a:visited{
		color:#0000FF;
		}
	a:hover{
		color:#009868;
		text-decoration: underline;
		}

/* body */
	body{
		font-family:"Arial";
		background-color:#FFFFFF;
		}

/* selection cell */
	#sel{
		color:red;
		}

/* positioning */
    #left {
		position:absolute;
	    text-align:left;
		top:65px;
		left:70px;
		}

