/* This is the style sheet for the Parkhead Consultants Ltd Web
   Site.  It controls the colours and styles used throughout 
   the site, ensuring consistency and establishing the "look
   and feel" required. 

   Specify the foreground and background colours used (for all
   parts of the page, in case the user has specified their own 
   defaults and we end up with dark text on a dark background
   or whatever... */

/* "Normal" text will be black on white.  Use a Web-safe colour
   similar to that on the parkhead logo for headings and links */
P {color: black; background: white; font-family: arial, helvetica, sans-serif}
H1 {color: #666699; font-family: arial, helvetica, sans-serif} 
H2 {color: #666699; font-family: arial, helvetica, sans-serif; text-align: center}
H3 {color: #666699; font-family: arial, helvetica, sans-serif}
H4 {color: #666699; font-family: arial, helvetica, sans-serif}
H5 {color: #666699; font-family: arial, helvetica, sans-serif}
H6 {color: #666699; font-family: arial, helvetica, sans-serif; text-align: center}
LI {color: #666699; font-family: arial, helvetica, sans-serif}

/* For the "menu" items in the left-hand frame, make the text bold */
P.pagename {font-weight: bold}

/* For the "Address" details on the home page, make the text small,
   italic,and centred */
P.addr {font-size: small; font-style: italic; text-align: center}

/* For the "Heading" at the top of each screen, centre the text */
H1.title {text-align: center}

/* Specify colours for links - make the "visited" link colour 
   harmonise with the unvisited one.  There's no real need to make
   the active link yet another colour */
A:LINK {color: #666699; background: white; font-family: arial, helvetica, sans-serif}
A:ACTIVE {color: #666699; background: white; font-family: arial, helvetica, sans-serif}
A:VISITED {color: #660099; background: white; font-family: arial, helvetica, sans-serif}

