
/* Stylesheet for the 'menus'area of Palmers Clinic Site  
** Version 0.3 - 29 December 2000  
** Last revised by: Philip Roberts - philrob@keaneroberts.com */
/* ----------------------------------------------------------
** Version 0.1 - 14 March 2000 - Intital Release
** Version 0.2 - 21 March 2000 - Addition of background image
**	to the body section to display the draft on the dev.
**	server. The background image should be removed from
** 	the copy of the stylesheet held on the production server
** ----------------------------------------------------------*/  

/* ---------------------------------------------------- 
** This section defines the body elements - note, it  
** should not be necessary to restate the font size etc 
** in all the other elements in this style sheet, as 
** they should inherit. However Netscape 4.5 is bad at  
** handling style sheets and inheritance, so we need to 
** make each element explicit. 
** ----------------------------------------------------*/

BODY {
  font-family: Arial;
  font-size: 10pt;
  color: #330066;
  background-color: #f0f8ff;
  }
/* ---------------------------------------------------- 
** Headings ** 
----------------------------------------------------*/
B {
	color: #730800;
	font-family : Arial, Helvetica, sans-serif;
}
H1 {
  font-size: 20pt;
  font-weight: bold;
  font-family: Arial;
}

H2 {
  font-family: Arial;
  font-size: 16pt;
  font-weight: bold;
}

H3 {
  font-size: 12pt;
  font-weight: bold;
  font-family: Arial;
}

H4 {
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial;
}

H5 {
  font-size: 9pt;
  font-weight: bold;
  font-family: Arial;
}

H6 {
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial;
}

/* ---------------------------------------------------- 
** Paragraphs and Links  
** ----------------------------------------------------*/
P {
  font-size: 10pt;
  font-weight: normal;
  font-family: Arial;
  color: #330066;	
}

PRE {
  font-family: monospace;
  font-size: 10pt;
}

A:link {
  text-decoration: none;
  font-weight: normal;
  color: #330066;
}

A {
  text-decoration: none;
  font-weight: normal;
  color: #330066;
}

A:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #730800;
}


/* ---------------------------------------------------- 
** Special Classes - These should affect any element to which the class 
** has been applied, irrespective of the element type. If used within a table 
** as the footer of a page, it should be applied to each <TD>  
** ----------------------------------------------------*/
.footer {
  font-size: 8pt;
}

/* ---------------------------------------------------- 
** Lists  
** ----------------------------------------------------*/
UL, OL, LI {
  font-family: Arial;
  font-size: 10pt;
  color: black;
}

/* ---------------------------------------------------- 
** Table Elements  
** ----------------------------------------------------*/
TABLE {
  font-size: 10pt;
  font-family: Arial;
  color: #330066;
}

TD {
  font-family: Arial;
  font-size: 10pt;
}

TH {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
}

CAPTION {
  font-family: Arial;
  font-size: 10pt;
}

