/*
   -------------------------
	Rescue Plumbing Website
	Typography CSS Document
	28th July, 2008
	Hamish Dean
   -------------------------
*/

/* -- Headings -- */
h1, h2, h3, h4, h5, h6 {
	font-size:1.4em;
	font-family:"Trebuchet MS", "Tahoma", Arial, Helvetica;
}

/* -- Centering -- */
*.centerText {
	text-align:center;
}
*.rightText {
	text-align:right;
}

/* -- Colouring -- */
*.lightBlueText {
	color:#7bcce7;
}