a:link
{
	color: Blue;
}

a:visited
{
	color: Blue;
}

body
{
	background-color: White;
	color: Blue;
}

select
{
	background-color: white;
	color: blue;
	width: 120px;
	font-size: 8pt;
}

option#FirstRow{
	background-color: white;
	color: red;
	width: 120px;
	font-size: 8pt;
	font-weight: bold;
}

option#lelComics{
	background-color: white;
	color: red;
	width: 120px;
	font-size: 8pt;
	font-weight: bold;
}

table
{
	width: 100px;
}

td
{
	font-weight: bold;
	text-align: center;
	font-size: 12;
}

td#soon
{
	font-weight: bold;
	text-align: center;
	font-size: 12;
	color:Green;
}

a#aTube {text-decoration:none;}

b#cb
{
	background-color:White;
	color:black;
}
			
b#cw
{
	background-color:Red;
	color:White;
}

div#centro {
  margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	}
