﻿body 
{
	background-color:#000000;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

//table
//{
//	margin:auto;
//}
		
a:link {
	color:#ffffff;
	text-decoration: none;
}
a:visited 
{
	color:#ffffff;
	text-decoration: none;
}
a:hover 
{
	text-decoration:underline;
	color: #CDCDCD;
}
a:active 
{
	color:#ffffff;
	text-decoration: none;
}



a.channel:link {
	color:#525252;
	text-decoration: none;
}
a.channel:visited 
{
	color:#525252;
	text-decoration: none;
}
a.channel:hover 
{
	text-decoration:underline;
	color: #CDCDCD;
}
a.channel:active 
{
	color:#525252;
	text-decoration: none;
}
.setLeft
{
	margin-left:0px;
}