/* CSS for GGO general */

BODY {  
	color: #C0C0C0;
	font-family: Verdana, Arial;
	font-style: normal
	}

P {
	color: #C0C0C0;
	font-family: Verdana, Arial;
	font-size: 9pt
	}

LI {
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-style: normal
	}

UL {
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-style: normal
	}

P.copyright {
	color: #004080;
	font-family: Verdana, Arial;
	font-size: 8pt
	}

P.orange {
	color: #FF8000;
	font-size: 8pt;
	font-weight: bold
	}

TD {
	color: #C0C0C0;
	font-family: Verdana, Arial;
	font-size: 9pt;
	}

A:link {
	font-family: Verdana, Arial;
  	text-decoration:	none;
	color:	#C0C0C0;
	font-size: 8pt;
	font-weight: bold
	}

A:visited {
	font-family: Verdana, Arial;
  	text-decoration:	none;
	color:	#C0C0C0;
	font-size: 8pt;
	font-weight: bold
	}
	
A:active {
	font-family: Verdana, Arial;
  	text-decoration:	none;
	color:	#C0C0C0;
	font-size: 8pt;
	font-weight: bold
	}

A:hover {
	font-family: Verdana, Arial;
	text-decoration:	none;
	color: #FF8000;
	font-size: 8pt;
	font-weight: bold
	}
