BODY
{
	font-family:			Palatino, Georgia, Times;
	font-size:				12px;
	background:				rgb( 240, 225, 193 );
	color:					rgb(   0,   0,   0 );
}
H1
{
	font-size:				16px;
}
H2, H3, H4, H5, H6
{
	font-size:				12px;
}
A
{
	color:					rgb( 27, 37, 108 );
}
A:hover
{
	color:					rgb( 27, 37, 108 );
	text-decoration:		none;
}
A:visited
{
	color:					rgb( 6, 139, 46 );
}


.content
{
	font-family:			Palatino, Georgia, Times;
	font-size:				14px;
	color:					rgb( 0, 0, 0 );
}
.headline
{
	font-family:			Palatino, Georgia, Times;
	font-size:				16px;
	color:					rgb( 0, 0, 0 );
}
.footer
{
	font-family:			Palatino, Georgia, Times;
	font-size:				12px;
	color:					rgb( 64, 64, 64 );
}
.form
{
	border:					thin solid 1px #068B2E;
}
