/***********************************************//* File:      textrollover.css                 *//* Function:  Use for rollover affect with     *//*            linked text                      *//***********************************************//*                                             *//*  Author:   Reid Weske - California WebWise  *//*  Created:  03/28/04                         *//*                                             *//***********************************************//* HTML tag styles                             *//***********************************************//*********  rollover link text *****************/a:link {	font-size: 14px;	color: #98983e;	font-style: italic;	text-decoration: none;}a:visited {	font-size: 14px;	color: #98983e;	font-style: italic;	text-decoration: none;}a:hover {	font-size: 14px;	color: #96180f;	text-decoration: underline;}a:active {	font-size: 14px;	color: #96180f;	text-decoration: none;}a {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-weight: bold;}/*************  end of fle ********************/a.sub:link {	color: #8C0909;	text-decoration: none;}a.sub:visited {	color: #8C0909;	text-decoration: none;}a.sub:hover {	color: #000000;	text-decoration: underline;}a.sub:active {	color: #000000;	text-decoration: none;}a.sub {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 20px;	font-weight: bold;	font-style: italic;}/*************  end of fle ********************/a.two:link {	color: #000000;}a.two:visited {	color: #000000;}a.two:hover {	color: #000000;}a.two:active {	color: #000000;}a.two {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 16px;	font-weight: normal;	font-style: normal;	text-decoration: none;}/*************************************************/a.three:link {	color: #8C0909;	text-decoration: none;}a.three:visited {	color: #8C0909;	text-decoration: none;}a.three:hover {	color: #000000;	text-decoration: underline;}a.three:active {	color: #000000;	text-decoration: none;}a.three {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;	font-style: italic;}/*************  end of fle ********************/
