/***********************************************//* File:      textrollover.css                 *//* Function:  Use for rollover affect with     *//*            linked text                      *//***********************************************//*                                             *//*  Site:     LatitudeGrill.com               *//*  Author:   Reid Weske - California WebWise  *//*  Created:  04/134/04                         *//*                                             *//***********************************************//* HTML tag styles                             *//***********************************************//*********  rollover link text *****************/a:link {	color: #7F441E;	text-decoration: none;}a:visited {	color: #7F441E;	text-decoration: none;}a {	font-family: Times New Roman, Times, serif;	font-size: 12px;}a:hover {	color: #330000;	text-decoration: underline;}a:active {	text-decoration: none;	color: #FF0000;}/*************  end of fle ********************/