/* CSS Document */
body {
	overflow:visible;
	font-size: 12pt;
	color: #000;
}

a {
	text-decoration: underline;
	color: #000;
}

#nav, #email , #imageswap {
	display: none;
}

#scroll, #scroller {
	position: fixed;
	width: 750px; 
	height: 1000px;
	overflow: visible;
	background-color:#FFFFFF;
}

strong {
	color: #000;
}
