/* CSS Document */
body {
	background-color: #F4F4E7;
	color: #333333;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
a
{
	color: #386ABA;
	text-decoration: none;
}
a:hover
{
	background: #DDEEFF
}
h1
{
	font-size: 26px;
	font-weight: bold;
	color: #CC0000;
}
h2
{
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
h3
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-bottom:-5px;
	padding-bottom:0px;
}
h4
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:-10px;
	padding-bottom:0px;
	color: #000000;
}
h5
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom:-10px;
	padding-bottom:0px;
	color: #000000;
}
p
{
	font-size: 14px;
	line-height: 20px;
}
.quote
{
	font-weight:bold;
}
.author
{
	font-weight:normal;
	font-style:italic;
	text-transform:capitalize;
}
.publication
{
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	text-transform:uppercase;
}
.actor
{
	font-weight:bold;
}
.filmName
{
	font-weight:normal;
	font-style:italic;
}
.filmNameMadman
{
	font-weight:bold;
	font-style:italic;
}
ul
{
	font-size: 14px;
	line-height: 20px;
	padding-left:20px;
	margin-left:0px;
}
.unsubscribe
{
	font-size: 10px;
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
}
.logos
{
	font-size: 10px;
	text-align:center;
	padding:0px;
	margin:0px;
}
.heroImage
{
	margin-bottom:0px;
	padding-bottom:20px;
}


