/*
	IMP Cascading Stylesheet Declarations

	$Id: imp.css,v 2.2.2.1 2000/06/28 17:54:35 chuck 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;
}

