.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	font-weight : lighter;
	text-decoration: none;
}
.rbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: Red;
	font-weight : lighter;
}
.ubody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration : underline;
}

.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #666666;
}
.rhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: Red;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;
}

.featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F37C23;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
}