<!--
.nitrogin {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	text-decoration:none
}
p {
	font-size: 12px;
	color: #666666;
}
.bold {
	font-weight: bold;
}
/* unvisited link */
a:link {
    color: #666666;
	font-weight: bold;
	text-decoration: none;
}
/* visited link */
a:visited {
    color: #666666;
	text-decoration: none;
}
/* mouse over link */
a:hover {
    color: #333333;
}
/* selected link */
a:active {
    color: #666666;
	text-decoration: none;
}
-->