﻿body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: Black;
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: 12px;
}

a
{
	color: #35435A;
	text-decoration: none;
}


table
{
	border-collapse: collapse;
}

td
{
	margin: 0px;
	padding: 0px;
}

.FishTable td
{
	padding: 2px;
	border: solid 1px #35435A;
}

.FishRowAlt
{
	background-color: #35435A;
	color: White;
}

h1
{
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2
{
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}

.TextInput
{
	width: 300px;
	border: solid 1px black;
}

.Button
{
	border: solid 1px black;
	background-color: white;
	font-weight: bold;
}
