
	.body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:ffffff;
	}

	a:hover {
		color: #eeeeee;
		text-decoration: underline;
	}
	a:link {
		color: #eeeeee;
		text-decoration: underline;
	}
	a:visited {
		color: #eeeeee;
		text-decoration: underline;
	}
	a:active {
		color: #eeeeee;
		text-decoration: underline;
	}
	
	.imageNav {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:ffffff;
		padding-left:5px; 
		padding-right:5px;
		cursor:pointer;
		text-decoration:underline;
	}
	
	.websitesByStyle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:666666;
		text-decoration:none;
		visited:red
	}	
	A.websitesByStyle {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:666666;
		text-decoration:none;
	}
	
	.button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:000000;
		background-color:cccccc
	}
	.input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:000000;
		background-color:cccccc;
		width:60;
	}

	