/* typography */ 

body
{
	font: 96%/1.3 arial, "Lucinda console", sans-serif;
}

div#site_info
{
	font: 85%/1.0 "Trebuchet MS", "Lucinda Grande", "Lucinda Sans Unicode", Verdana, sans-serif;
}

a:link, a:visited
{
	text-decoration: none;
}

body.afilm div#content_sub
{
	font: 85%/1.0 "Trebuchet MS", "Lucinda Grande", "Lucinda Sans Unicode", Verdana, sans-serif;
}

body.afilm div#content_sub h3
{
	margin-top: 0.8em;
	margin-bottom: 0.3em;
}

a:hover
{
	text-decoration: none;
}

h2
{
	font: 180%/1.0 "Trebuchet MS", "Lucinda Grande", "Lucinda Sans Unicode", Verdana, sans-serif;
	margin-bottom: 0.6em;
}

body.afilm div#content_main h2
{
	margin-bottom: 0;
}

h3
{
	color: #fff;
}

p
{
	margin-bottom: 0.6em;
}

dl
{
	margin-bottom: 0.6em;
}

/* font colors */ 

body
{
	color: #aaaaaa;
}

div#site_info
{
	color: #484747;
}

a:link, a:visited
{
	color: #AAA;
	text-decoration: underline;
}

h2
{
	color: #fff;
}

h3
{
	color: #fff;
}

