/***********************************************//* File:      textrollover.css                 *//* Function:  Use for rollover affect with     *//*            linked text                      *//***********************************************//*                                             *//*  Site:     LatitudeGrill.com                *//*  Author:   Reid Weske - California WebWise  *//*  Created:  04.134.04                        *//*  Modified: 04.08.07 - 2 a links types       *//*                                             *//***********************************************//* HTML tag styles                             *//***********************************************//*********  rollover link text *****************/.class1 a:link {	color: #CC3300;	font-size: 14px;	text-decoration: none;}.class1 a:visited {	color: #CC3300;	text-decoration: none;}.class1 a {	font-family: Times New Roman, Times, serif;	font-size: 14px;}.class1 a:hover {	text-decoration: underline;	color: #003300;}.class1 a:active {	text-decoration: none;	color: #003300;}.class2 a:link {	color: #003300;	font-size: 14px;	text-decoration: none;}.class2 a:visited {	color: #003300;	text-decoration: none;}.class2 a {	font-family: Times New Roman, Times, serif;	font-size: 14px;	font-weight: bold;	/*font-style: italic;*/}.class2 a:hover {	text-decoration: underline;	color: #cc3300;	font-style: italic;}.class2 a:active {	text-decoration: none;	color: #cc3300;}/*************  end of fle ********************/