.LeagueOnlyBackground
{
	background-color: #FFCCCC;
}

body
{
	/*background-color: #ffffff;*/
	background-color: #ffffdd;
	font-size: small;
	font-family: Verdana, arial, helvetica, sans-serif;
}

body, html, pre, form, fieldset, legend, label, input, textarea, checkbox, select, p, a
{
	margin: 0;
	padding: 0;
}

ol, ul, li, dl, dt, dd
{
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	border: none;
}

:link, :visited				
{
	text-decoration: none 
}

h1, h2, h3, h4, h5, h6		
{
	margin: 0; 
	padding: 0;
}

div, span					
{
	border: none; 
	margin: 0; 
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
	margin: 0px; 
	padding: 0px;	
}

tr
{
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

td
{
	border-style: solid;
	border-width: 0px;
	padding: 0px;
	margin: 1px;
	vertical-align: top;
}

A
{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #1C7EDC;
}
A:active
{
	text-decoration: none;
}
A:link
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}

input, textarea, select
{
	border: 1;
	font-family: Verdana, arial, helvetica, sans-serif;
}

input
{
	/*width: 80px;*/
	/*height: 18px;*/
}


