﻿/* 
	#################################

	Style Sheet for BunnerAds table 

	2009-02-05

	#################################
*/

.MainTable
{
	width:100%;
	height:300px;
	/*background-color:whitesmoke;*/
}

.MainTable td
{
	width:100%;
	text-align:center;
	font-size:25px;
	color:White;
}

.MainTableInner
{
	width:100%;
	height:300px;
	background-color:Black;
}
.MainTableInner td
{
	width:100%;
	text-align:center;
	font-size:25px;
	color:White;
}

.test
{
	background-color: YellowGreen; 
	height:100%;
}