/*Tamara Buchan,  Sep 2002*/
/*Cascading Style Sheet for Aberdeenshire Cricket Club website*/

/* Gives standard look to web pages:
	normal text is Arial, 12pt, black
	links are Arial, 12pt, blue #003399, no underline
	active links are Arial 12pt, pink #FF00FF
	headers are Bradley Hand ITC, also blue #003399*/

body {font-size: 9pt;
	  font-family: "Arial";
	  background-image:url("../images/batsman.gif")
	  }
h1 {font: 12pt Bradley Hand ITC;
	font-weight: bold;
	color: #003333;
	text-align: left;}
h2 {font: 8pt "Verdana";
	color: #ff0000;
	font-weight: bold;
	text-align: left;}
h4 {font: 8pt "Verdana";
	color: #0000ff;
	font-weight: bold;
	text-align: left;}
h5 {font: 8pt "Verdana";
	color: #000066;
	font-weight: bold;
	text-align: left;}
h6 {font: 8pt "Verdana";
	color: #000066;	
	text-align: left;}
th {font-size: 8pt;
	  font-family: "Verdana";}
td {font-size: 8pt;
	  font-family: "Verdana";}
td.white {font-size: 8pt;
		font-family: "Arial";
		font-weight: bold;
		color: #FFFFFF;	  }
td.headlines {font-size: 8pt;
	  font-family: "Arial";}
td.profiles {font-size: 7pt;
	  font-family: "Verdana";}
a {	text-decoration: none;
	color:'#000066';}
a:link {color:'#000066';}
a:visited {color:'#000066';}
a:active {color:'#000066';}
