/*Tamara Buchan, 30/08/02*/
/*Cascading Style Sheet for Grampian Concert Orchestra 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: 10pt;
	  font-family: "Verdana";}
td {font-size: 10pt;
    font-family: "Verdana";}
h1 {font: 10pt Verdana;
	font-weight: bold;
	color: #990000;
	text-align: left;}
/*h2 {font: 18pt Bradley Hand ITC;
	font-weight: bold;
	color: #003399;
	text-align: center;}
	*/
a {	text-decoration: none;
	color:'#990000';}
a:link {color:'#990000';}
a:visited {color:'#990000';}
a:active {color:'#990000';}
