
a:link
{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: Yellow;
	text-decoration: underline;

}

a:active
{
	font-family: Arial;
	font-size: 12px;
	color: Yellow;
	text-decoration:none;
}

body 
{
	background-image: url('bgsocball.jpg');
	background: #FFFFFF;
	color: #000000;
	margin: 5;
	padding: 5;
	font-family: Tahoma;
	font-size: 11pt
}

.button
{
	font-family: Verdana;
	background-color: #993333;
	color: White;
}