body
{
	margin: 50;
	font-family: Georgia,sans-serif;
	background-color: white;
	line-height: 18px;
	color: black;
	font-size: 12px;
}

.TitleText
{
	text-align: right;
	margin-right: 20px;
	font-size: 40px;
	margin-top: 20px;
	color: gray;
	letter-spacing: 1px;
}

.liltitle
{
	text-align: left;
	margin-right: 20px;
	font-size: 20px;
	margin-top: 20px;
	color: black;
	letter-spacing: 1px;
}

.quoteee
{
	text-align: center;
	font-size: 20px;
	color: 999999;
	letter-spacing: 1px;
	font-style: italic;
}

.SubTitleText
{
	text-align: right;
	margin-right: 50px;
	font-size: 30px;
	margin-top: 20px;
	color: black;
	letter-spacing: 1px;
}

.QuoteText
{
	text-align: left;
	margin-right: 10px;
	font-size: 10px;
	margin-top: 15px;
	color: black;
	letter-spacing: -.5px;
}

a
{	
	color: #444444;
	text-decoration: none;
}

a:visited
{	
	color: #444444;
	text-decoration: none;
}

a:hover
{	
	color: #888888;
	text-decoration: none;
}

a.movie
{
	text-align: left;
	margin-left: 60px;
	font-size: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a.movie:hover
{
	color: #777777;
}

a.movie:visited
{
}

a.movie:active
{
}

a.Lister
{
	text-decoration: none;
	color: black;
}
a.Lister:visited
{
	text-decoration: none;
	color: black;
}
a.Lister:active
{
	text-decoration: none;
	color: #999999;
}
a.Lister:hover
{
	text-decoration: none;
	color: #555555;
}

.Lister
{
	margin-left: 30px;
	font-size: 16px;
}

.Notes
{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}


