body
{
	background-color: rgb(40, 51, 96);
	color: white;
}
a:link
{
	color: white;
}
a:active
{
	color: gainsboro;
}
a:visited
{
	color: white;
}
a:hover
{
	color: lightblue;
	text-decoration: underline;
}
table
{
	table-border-color-light: rgb(192, 192, 192);
	table-border-color-dark: rgb(192, 192, 192);
}
h1
{
	color: white;
}
h2
{
	color: white;
}
h3
{
	color: white;
}
h4
{
	color: white;
}
h5
{
	color: white;
}
h6
{
	color: white;
}
button
{
	border:4px ridge #FFFF00; 
	background-color: #283360;
	color: #FFFF00;
}
input
{
	background-color: rgb(40, 51, 96);
	color: whitesmoke;
	border-color: gray;
}
.aspinput
{
	background-color: rgb(40, 51, 96);
	color: whitesmoke;
	border-color: gray;
}
label
{
	color: rgb(12, 0, 0);
}
textarea
{
	color: black;
}
fieldset
{
	color: white;
}
legend
{
	color: rgb(153, 153, 204);
}
select
{
	color: white;
	background-color: rgb(40, 51, 96);
}
caption
{
	color: rgb(153, 153, 204);
}
th
{
	color: white;
}
#catch
{
	color: yellow;
}
.clsMenu
{
	border-right: gray thin outset;
	border-top: silver thin outset;
	border-left: silver thin outset;
	border-bottom: gray thin outset;
	background-color: #36417c;
}
.clsMenu A
{
	color: white;
	text-decoration: none;
}
.clsMenu A:hover
{
	color: rgb(40,51,96);
	background-color: gainsboro;
	text-decoration: none;
}
.favTeam
{
	background-color: #36417c;
}

