BODY {
	background-attachment: fixed;
}

A {	
	font-family: "Arial","sans-serif" ;
	text-decoration: underline;
	color:#000000 ;
}

A:hover {
	font-family: "Arial","sans-serif" ;
	text-decoration: underline;
	color:#ff0000 ;
}


A.norm {	
	font-family: "Arial","sans-serif" ;
	text-decoration: underline;
	font-weight: bold;
	color:#000000 ;
}

A.norm:hover {
	font-family: "Arial","sans-serif" ;
	text-decoration: underline;
	font-weight: bold;
	color:#000000 ;
}

A.norm-red {	
	font-family: "Arial","sans-serif" ;
	text-decoration: underline;
	font-weight: bold;
	color:#ff0000 ;
}

A.norm-red:hover {
	font-family: "Arial","sans-serif" ;
	text-decoration: none;
	font-weight: bold;
	color:#000000 ;
}
