/***********************************************//* File:      textrollover.css                 *//* Function:  Use for rollover affect with     *//*            linked text                      *//***********************************************//*                                             *//*  Site:     EnotecaWineShop.com              *//*  Author:   Reid Weske - California WebWise  *//*  Created:  03/28/04                         *//*                                             *//***********************************************//* HTML tag styles                             *//***********************************************//*********  rollover link text *****************/a:link {    font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #000099;	text-decoration: none;}a:visited {    font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #000099;	text-decoration: none;}a:hover {    font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #3366ff;	text-decoration: underline;}a:active {    font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #3366ff;	text-decoration: none;}a {	font-weight: bold;	/*font-style: italic;*/}/*************  end of fle ********************/b:link {    font-family: "Times New Roman", Times, serif;	font-size: 10px;	color: #54142B;	text-decoration: none;}b:visited {    font-family: "Times New Roman", Times, serif;	font-size: 10px;	color: #54142B;	text-decoration: none;}b:hover {    font-family: "Times New Roman", Times, serif;	font-size: 12px;	color: #54142B;	text-decoration: underline;}b:active {    font-family: "Times New Roman", Times, serif;	font-size: 10px;	color: #54142B;	text-decoration: none;}b {	font-weight: bold;	font-style: italic;}/*************  end of fle ********************/