/* font sizes for the home page */

/* headings */

h1 {
	font-size: 24px;
}

/* main text */

li, p, ul {
	font-size: 15px;
}

/* other text */

.client {
	font-size: 14px;
}

/* images */

div.captionedimageright p, div.captionedimageleft p {
	font-size: 12px;
}

