@import url(no_nn4.css);

body {
	background: #ff0000;
}
p {
	font-family: Verdana, Arial, sans-serif;
	background: transparent;
	margin-top: 0px;
	font-size: 85%;
	line-height: 1.4em;
	color: #ffff00;
}
a {
	color: #ffff00;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #ffff00;
}

/* classes */

.desc {
	font-weight: bold;
	font-style: italic;
}
.footer {
	font-family: Verdana, Arial, sans-serif;
	background: transparent;
	margin-top: 0px;
	font-size: 60%;
}