/*****************************************************
// CSS File
// Título: Style da Homepage de Laurindo Sobrinho (estilo.js)
// Autor: (c) 2005 Laurindo Sobrinho
// Version 1.0
// 03.Mar.2005
//*****************************************************/

   a:link { text-decoration: none; color:#000066}
   a:visited { text-decoration: none; color:#000000}
   a:active { text-decoration:bold; color: #FF0000}
   a:hover {
	text-decoration: bold;
	color: #000066;
	text-transform: bold;
	font-style: normal;
	background-color:#999999;
	font-weight: normal;
	clear: none;
	cursor: hand;
	}
