/***********************************************/
/* File:      textrollover.css                 */
/* Function:  Use for rollover affect with     */
/*            linked text                      */
/***********************************************/
/*                                             */
/*  Site:     MXwines.com                      */
/*  Author:   Reid Weske - California WebWise  */
/*  Created:  05/23/04                         */
/*                                             */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/*********  rollover link text *****************/
a:link {
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
a:visited {
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}
a:hover {
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cccccc;
	text-decoration: underline;
}
a:active {
    font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cccccc;
	text-decoration: none;
}
a {
	font-weight: bold;
	font-style: italic;
}
/*************  end of fle ********************/