
html, body {
	margin-left: 0.25in;
	margin-top: 0.1in;
	margin-right: 0in;
	margin-bottom: 0.25in;
	background-color: #FFFFFF;
	font: 12px Monaco, Verdana, "Courier New", monospaced;
	
	
}

.box {
    position: fixed;
    left: 0.5in;
    top: 0.0px;
	width: auto;
	


}

* html .box {
    position: relative;
	
}

a {
	color : black;
	text-decoration : none;
	border-bottom: 1px solid white;
}

a:hover {
	color: black;
	background: yellow;
	border: none;
}

a.selected {
	color: black;
	background: yellow;
	border: none;
}




