.nuartstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: none;
	left: 200px;
	top: 100px;
	right: 200px;
	bottom: 100px;
	cursor: crosshair;
	
	}
	
	a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

body {
	margin-left: 200px;
	margin-top: 100px;
	margin-right: 200px;
	margin-bottom: 100px;
}
