 body{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

	background-color: #006400;
	font-size: 100%;
	
}
p, ul,ol {
	font-size: 75%;
	color: #525252;
} 
a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
} 
a:visited {
	color: #00008B;
	text-decoration: none;
} 
a:hover {
	color: Red;
	text-decoration: underline;
}
a:active {
	color: Red;
	text-decoration: none;
}

h1,h2, h3, h4,h5{
	color: Green;
}

h1 {font-size: 110%;color: #006400; } 
h2{font-size:90%; text-transform: uppercase; color: #006400;}
h3{
	font-size: 90%;
	color: #006400;
	border-bottom: 1px solid purple;
	text-transform: uppercase;
}
h4{font-size: 75%; text-transform: uppercase;color: #006400;}
h5{
	font-size: 95%;
	color: White;
	background-color: #1F7E20;
	border-bottom: 1px solid #006400;
	border-top: 1px solid #006400;
	padding: 1px 0px 1px 10px;
}
h6{
	font-size: 80%;
	color: #006400;
	border-bottom: 1px solid green;
	border-top: 1px solid green;
}

.colour1{
	background-color: #228B22;
	border: 1px solid white;
}

.colour2{
	background-color: white;
	border: 1px solid #00FF7F;
}

.smalltext{	
	font-size: 70%;
}

.smalltextitalic{	
	font-size: 80%;
	font-style: italic;
}

.white{
	color: white;
}

.nav{
	padding: 3px;
	margin: 2px;
	color: white;
	font-size: 100%;
	text-transform: uppercase;
}
a.nav:link {
	text-decoration: none;	
	color: white;
} 
a.nav:visited {
	text-decoration: none;
	color: white;
	} 
a.nav:hover {
	color: Lime;
	text-decoration: none;
}
a.nav:active { 
color: white;
text-decoration: none;
}
.nav2{
	padding: 3px;
	margin: 2px;
	color: white;
	font-size: 100%;
	}
a.nav2:link {
	text-decoration: none;	
	color: navy;
} 
a.nav2:visited {
	text-decoration: none;
	color: navy;
	} 
a.nav2:hover {
	color: red;
	text-decoration: none;
}
a.nav2:active { 
color: white;
text-decoration: none;
}

.ballback{
	background-image:  url("images/tennis-ball2.gif");
	background-repeat: no-repeat;
	background-color: white;
	border: 1px solid #00FF7F;
}

.tabletext{
	font-size: 80%;
	text-transform: uppercase;
	color: green;
}

table.text1{
	font-size: 80%;
	text-transform: uppercase;
	color: green;
	border: thin solid Gray;	
}
.border{
	border-bottom: thin solid Gray;
}

.won{
	background-color: Yellow;	
}
.lost{
	background-color: Silver;	
}
.sideborder{
	border-left: 1px solid Green;
}
.box{
	border-left: 1px solid purple;
	border-right: 1px solid purple;
	border-top: 1px solid purple;
	border-bottom: 1px solid Purple;
	background-color: #D9F1C5;
	padding: 3px;
	color: black;
}
.sidebox{
	border-left: thin groove #ADFF2F;
	border-right: thin groove #ADFF2F;
	border-top: thin groove #ADFF2F;
	border-bottom: thin groove #ADFF2F;
	background-color: white;
	padding: 3px;
	color: black;
}
.box2{
	border-left: 1px solid green;
	border-right: 1px solid green;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	background-color: white;
	padding: 2px;
	color: black;
}
.box3{
	border-left: 1px solid green;
	border-right: 1px solid green;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	background-color: #F5FFFA;
	padding: 2px;
	color: black;
	font-size: 75%;
	text-transform: uppercase;
}
.border{
border-bottom: 1px solid #4B0082;
}
.box4{
	border-left: 1px solid green;
	border-right: 1px solid green;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	background-color: #98FB98;
	padding: 2px;
	color: #006400;
	font-size: 100%;
	
}