.nounderline {
	text-decoration: none;
}
a:hover {
	font-style: italic;
	color: #FF0000;
	font-weight: bold;



}
