/* Phireworx CSS | Author: Stephen Voisey | Version 3.0 | Comments: I've chosen to declare a global setting first, this has effect on tags, such as CODE which need to be reassigned to a monospaced font, I just prefer my CSS this way because it makes sure everything appears as expected. */
/* Development Notes: Opera gets upset with selectors that use an underscore ( _ ) even though it's part of the original CSS1 specification.  Also forget trying to manage the UL, OL etc tags to a fine degree, all browsers treat CSS differently when it comes to these. */

/* Set Defaul Font Family for entire Site, Note to those interested, this is the only way to get IE, Netscape and Opera all happy with the font, as you see it below */
*, .normal-highlighted {
	font-family :Arial, Tahoma, trebuchet ms, Tahoma;size:8pt;
	
}

/* ---------- GENERAL LINKS ----------- */
a:link   {font-family:Arial, Tahoma,trebuchet ms,Tahoma,Helvetica,sans-serif,"MS sans serif";text-decoration:none;color:#ECEDD1;}
a:visited{font-family:Arial, Tahoma,trebuchet ms,Tahoma,Helvetica,sans-serif,"MS sans serif";text-decoration:none;color:#ECEDD1;}
a:active {font-family:Arial, Tahoma,trebuchet ms,Tahoma,Helvetica,sans-serif,"MS sans serif";text-decoration:none;color:#DBDCA7;}
a:hover  {font-family: Arial, Tahoma,trebuchet ms,Tahoma,Helvetica,sans-serif,"MS sans serif";color:#DBDCA7;text-decoration:underline;}

}
BODY {
	SCROLLBAR-FACE-COLOR: #505221; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #595959; SCROLLBAR-3DLIGHT-COLOR: #595959; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-DARKSHADOW-COLOR: #ffffff; SCROLLBAR-BASE-COLOR: #cfcfcf
}
