@media all {
	.page-break	{ display: none; }
}

@media print {
	.page-break	{ display: block; page-break-before: always; }
}

.container{
	font-family: Arial;
	line-height: 120%;
}

h1, h2, h3, h4, p, a, li{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

p{
	padding: 0;
	margin: 0;
	line-height: 150%;
}

p.indent-txt{
	text-indent: 50px;
}

.text-format{
	font-size: 25px;
}

.header-banner{
	background: url(../images/Hollywood-carrentals.png) no-repeat;
	height: 200px;
	background-size: 100% 100%;
}

ul.custom{
	padding: 0;
	list-style-type: none;
}

ul.custom li{
	line-height: 140%;
}

ul.custom li a{
	text-decoration: underline;
}

.txt-center{
	text-align: center;
}

.clear{
	clear: both;
	height: 10px;
}