a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #996633;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
.style1 {color: #000000}


.pulp {
}
.pulp {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: inherit;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}

#top, #bottom, #left, #right {
	background: #3F89E2;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 5px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 5px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }

