/*Style sheet for on-screen viewing*/Body {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	color: #FFFFFF;	margin: 0px; 	background-color : #000000;	background-repeat: repeat-y;	}li {	list-style-type: none;	line-height: 200%;	}p {	line-height:150%;	}	.Content {/*the main content area*/	text-align: center;	margin-left: 80px;	margin-top:30px;/*to position the content area to the right of the navigation*/	margin-right: 80px;/*breathing space for the text*/	padding-top:0px;	font-size: 15px;	width: 1024px;	border: 0.1px solid #000000;/*to insure that NN4.xx renders the background-color of the content area*/	border-left: 1px solid #000000;	}/*normal links in the text*/a:link {	background: transparent;	color: #30A0FF;	text-decoration: none;	}a:visited {	background: transparent;	color: #0878C8;	text-decoration: none;        }a:hover {	background: transparent;	color: #80D0FF;	text-decoration: none;        }