@charset "utf-8";

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;	
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 {
	font-size: 24px;
	font-weight:normal;
	text-align: center;
}

.email_blue a {
	font-size:24px;
	color: #000033;
}

.email_blue a:hover {
	font-size:24px;
	color: #0000FF;
}

.email_red a {
	font-size:18px;
	color: #FF0000;
	text-decoration:none;
}

.email_red a:hover {
	font-size:18px;
	color: #CC0000;
	text-decoration:none;
}


.large_text {
	font-size: 24px;
	font-weight: bold;
}

.largeunder_text {
	font-size: 24px;
	font-weight: bold;
	text-decoration:underline
}

.large_browntext {
	font-size: 24px;
	font-weight: bold;
	color:#663300
}

.exlarge_browntext {
	font-size: 36px;
	font-weight: bold;
	color:#663300
}

.exlarge_redtext {
	font-size: 36px;
	font-weight: bold;
	color:#CC0000
}

.large_redtext {
	font-size: 24px;
	font-weight: bold;
	color:#cc0000
}

.boldital_text {
	font-size:18px;
	font-style: italic;
	font-weight: bold;
}

.quote_text {
	font-size:18px;
	font-weight: bold;
}

.red_text {
	font-size:18px;
	color:#cc0000;
}

.quote_paper {
	font-size:18px;
	font-weight: normal;
	font-style:italic
}

.years {
	font-size:36px;
	font-style: italic;
	font-weight: bold;
	color:#cc0000;
	text-decoration:underline
}

.synopsis_strong {
	font-weight: bold;
}

.synopsis {
	font-weight: normal; 
}

.synopsis_brown {
	font-weight: bold;
	color:#663300;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	font-weight:normal
	padding: 0px;
	margin: 0px;
}

#footer .links a {
	color: #000033;
	text-decoration: none;
	font-size: 12px;
}

#footer .links a:hover {
	color: #0000ff;
	text-decoration: none;
}