  html, body {
      margin: 0px 0px 0px 0px;
      height: 100%;
      scroll-behavior:auto;

background-color: white;
padding: 0;
font-color: black;
font-family: "times";
font-size:14px;
line-height: 1.25;
   scroll-snap-type: y mandatory;
      overflow-y: scroll;
}


#nav {
	z-index: 2;
	position: absolute;
	overflow-y: scroll;
	  scroll-snap-align: start; /* PRIORITY */
	height: 100%;
  top: 0;
	left: 0;
	bottom:0;
	width: 220px;
	padding-left: 5px;
	padding-top: 10px;
	

}

 #work {
	z-index: 1;
position: relative;
	  top: 0;
	 left: 0;
width: 1060;
	padding-top: 10px;
background-color: white;	
	
}




.body {font-family: "times"; font-size:8px;color:white;line-height:16px} 


A:link    {color:black; text-decoration: none}
A:visited {color:#303030; text-decoration: none}
A:active  {color:black; text-decoration: none}
A:hover   {color:black; text-decoration: line-through} 

A.strike:link    {color:white; text-decoration: line-through;font-size: 11px}
A.strike:visited {color:white; text-decoration: line-through;font-size: 11px}
A.strike:active  {color:white; text-decoration: line-through;font-size: 11px}
A.strike:hover   {color:white; text-decoration: line-through;font-size: 11px}
