/***********************************************//* 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 ********************/a.main:link {	color: #000000;	text-decoration: none;}a.main:visited {;	color: #000000;	text-decoration: none;}a.main:hover {	color: #000000;	text-decoration: none;}a.main:active {	color: #000000;	text-decoration: none;}a.main {	font-family: "Times New Roman", Times, serif;	font-size: 16px;	font-weight: bold;	font-style: normal;}/*************  end of fle ********************/a.sub:link {	color: #000000;	text-decoration: none;}a.sub:visited {	color: #000000;	text-decoration: none;}a.sub:hover {	color: #000000;	text-decoration: none;}a.sub:active {	color: #000000;	text-decoration: none;}a.sub {	font-family: "Times New Roman", Times, serif;	font-size: 32px;	font-weight: bold;	font-style: normal;}/*************  end of fle ********************/
