A
{
  font-family: Tahoma;
  font-size: 11px;
  text-decoration: underline;
  line-height: 15px;
  color: #00BFFF;
}
A:hover
{
  font-family: Tahoma;
  font-size: 11px;
  text-decoration: underline;
  line-height: 15px;
  color: #ffff00;
}
.Texto
{
  font-family: Tahoma;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  color: #ffffff;
}
.Box
{
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
  line-height: 15px;
  color: #000000;
  border: 1px solid Gray;
}
.Links
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #00BFFF;
}
.Links:hover
{
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	line-height: 15px;
	color: #ffff00;
}
.Titulo
{
  font-family: Tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
}
