body
{
	font-size: small;
	font-family: Tahoma, Arial;
}
.bannerTitle
{
	font-weight: bold;
	font-size: large;
	color: white;
	font-family: tahoma, Arial;
	background-color: darkred;
}
.paragraphTitle
{
	background-color: black;
	color: white;
	font-weight: bold;
}
.price
{
	font-size: small;
	color: white;
	font-family: 'Arial Black' , Arial, tahoma;
	background-color: darkred;
}
.quote
{
	background-color: black;
	font-weight: bold;
	color: white;
	font-style: italic;
}
.blackBackground
{
	background-color: black;
	color: black;
}
.footerMessage
{
	color: darkred;
	font-size: medium;	
}
.news
{
	background-color: red;
	font-size: small;	
	color: white;
}
.footer
{
	background-color: darkred;
	font-size: medium;	
	color: white;
}

.serviceTitle
{
	font-size: medium;
	font-family: 'Arial Black' , Arial, tahoma;
}
