.ahem {
	display:	none;
	}
body { 
	background-color: rgb(51,102,153);
	left: 0px;
	top: 0px;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
a:link {
	color: Blue;
	text-decoration : none;	
}
a:visited {
	color: Blue;
	text-decoration : none;
	
}
a:active {
	Color : red;
	text-decoration : none;
	
}
a:hover {
	Color: red;
}
p {
	margin-top:2px;
	margin-bottom:6px;
}