body{
	margin: 0px;
	background: #EAEDD6;
	color: black;
	font-size: 10px;
	font-family: 'sans-serif', Helvetica, Tahoma, Arial;
	line-height: 1.5em;
	letter-spacing: 1px;
	}

A:link {
	color: red;
	text-decoration: none;
	}
A:visited {
	color: #007070;
	text-decoration: none;
	}
A:active {
	color: #00FFFF;
	text-decoration: none;
	}
A:hover {
	color: #00BABB;
	text-decoration: underline;
	}

A:link.img {
	background:red;
	}
A:visited.img {
	background: #007070;
	}
A:active.img {
	background: #00FFFF;
	}
	
A:hover.img {
	background: #00BABB;
	}
.nml {
	font-size: 10px;
	font-family: 'sans-serif', Helvetica, Arial;
	line-height: 1.5em;
	letter-spacing: 1px;
	}
.bold {
	font-weight: bold;
	}

.narrow {
	letter-spacing: 0px;
	}


