body {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
}
H1 {
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	/*color: #4BA3D4;*/
	color: #999999;
	margin: 0px;
	padding: 0px;
}

H2 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #4BA3D4;
	margin-top: 10px;
	
}

H3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin: 0px;
}
P, td {
	font-family: Arial, sans-serif;
	/*font-family: Georgia;*/
	font-size: 12px;
	
	color: #333333;
}

.article {
	font-family: Arial, sans-serif;
	/*font-family: Georgia;*/
	font-size: 12px; font-weight: normal;
	color: #333333;
}

A:link { color: #4BA3D4; font-weight:bold; }
A:visited { color: #4BA3D4; font-weight:bold; }
A:active { color: #666666 }
A:hover { color: #666666 }

.homespottitle {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	line-height: 15px;
}
.homelink {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	margin: 0px;
	line-height: 15px;
}

.homeitemtitle {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #666666;
	margin: 0px;
	line-height: 14px;
}

.homedesc {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #333333;
	margin: 0px;
	line-height: 15px;
}
