/* Copyright (C) 2000 by JETINTERNET. All rights reserved. */
A:link {
	color : #0000CC;
	text-decoration : none;
}
A:visited {
	color : #0000CC;
	text-decoration : none;
}
A:active {
	color : #CC0000;
	text-decoration : underline;
}
A:hover {
	color : #CC0000;
	text-decoration : underline overline;
}
