/*
	IMP Cascading Stylesheet Declarations

	$Id: imp.css,v 1.1.1.1 2002/05/11 11:27:29 sam Exp $
*/

/* Menu Items */
A.MENUITEM {
    color: #ffffff;
    text-decoration: none;
}

A.MENUITEM:hover {
    color: #ffffcc;
    text-decoration: none;
}

/* Version */
A.VERSION {
    color: #c0c0c0;
    text-decoration: none;
}

A.VERSION:hover {
    color: #ffffff;
    text-decoration: none;
}

a.message {
    text-decoration: none;
}

a.message:hover {
    color: #0000ff;
    text-decoration: none;
}

