/***********************************************//* 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-family: "Comic Sans MS";	font-size: 12px;	color: #FF0000;	text-decoration: none;}a:visited {    font-family: "Comic Sans MS";	font-size: 12px;	color: #FF0000;	text-decoration: none;}a:hover {    font-family: "Comic Sans MS";	font-size: 12px;	color: #663300;	text-decoration: underline;}a:active {    font-family: "Comic Sans MS";	font-size: 12px;	color: #663300;	text-decoration: none;}a {	font-weight: bold;	/*font-style: italic;*/}/*************  end of fle ********************/