/*
Style Sheet- Francis Plumbing
Desigend by: Pat Croteau Digital Imaging & Web Services
http://pro.patcroteau.com

Colours:
	dark green: #006600
	red:		#CC0000


	dark blue:	#000099
	light blue:	#EEF9FF
	black:	#000000
	white:	#FFFFFF		

*/

BODY {
  background: #FFFFFF;
  font-family: Times, serif; 
  font-size: normal;
  color: #000000;
  margin: 0px;
}

P {

  font-family: Times, serif; 
  font-size: medium;
  color: #000000;
}

A {
  color: #000099;
  text-decoration: none;
}

A:hover {
  color: #000099;
  text-decoration: underline;
}

/*
A:visited {
  color: #000099;
  text-decoration: none;
}
*/

H1 {
/* Use For Main Text Headers*/
  font-family: Times, serif; 
  font-size: large;
  font-color: #000000;

}

/* Use For Quick Links*/
h2 {

  font-family: Verdana, Arial, sans-serif; 
  font-size: small;
  color: #000099;
}


H5 {
/* Use For Menu Headers*/
  font-family: Verdana, Arial, sans-serif; 
  font-size: large;
  font-color: #000000;
}

H6 {
/* Use For Menu items*/
  font-family: Verdana, Arial, sans-serif; 
  font-size: medium;
  font-color: #000000;
}


