/* CSS Twyford - Jamie Gough - Yarrington */

body {
	background-image: url(../images/twyford_tennis_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #8AA441;
}
body,td,th {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	width:800px;
	line-height:20px;
	font-weight: normal;
}

#main a:link {
	color: #8AA441;
	font-weight: bold;
	text-decoration: none;
}
#main a:visited {
	text-decoration: none;
	color: #8AA441;
}
#main a:hover {
	text-decoration: underline;
	color: #8AA441;
}
#main a:active {
	text-decoration: none;
	color: #8AA441;
}

#main img {
	padding:20px;
	border:0px;
}

h1 {
	font-size: 24px;
	color: #D7E1BF;
}
#footer a:link{ color:#FFFFFF; text-decoration:none;}
#footer a:hover{ color:#FFFFFF; text-decoration:underline;}
#footer a:visited{ color:#FFFFFF; text-decoration:none;}
#footer a:active{ color:#FFFFFF; text-decoration:none;}


