table {
	border: 0px solid;
	border-color: red;
}

td {
	border: 0px solid;
	border-color: red;
	padding: 2px;
}

table.salsaTitanico {
	width: 600px;
	height: 500px;
}

table.salsaTitanico td {
	text-align: center;
}

td.welcome {
	height: 20px;
	vertical-align: top;
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #ffff00;
}

td.keyWRD {
	color: #000000;
}

td.infoNr {
	vertical-align: middle;
	text-align: left;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #ffff00;
}

table.salsa_gif {
	width: 370px;
	height: 70px;
}

.vAlign {
	vertical-align: top;
}

.smallInfo {
	color :#ffff00;
	font-family: Arial;
	font-size: 10px;
}

table.salsaTitanico  A {text-decoration : none; color :#CCCCCC; font-family: Arial; font-weight: bold;ont-size: 18px;}
table.salsaTitanico  A:link  { color :#CCCCCC }
table.salsaTitanico  A:active { color :#CCCCCC }
table.salsaTitanico  A:visited { color :#CCCCCC }
table.salsaTitanico  A:hover { text-decoration: underline; color :#ffff00 }