

html {
	background: #FFF;
	color: #292929;
	direction: ltr;
	font: 10px verdana, arial, helvetica, sans-serif;
}

/* Text Style */

p.gray{
	color: #999;
	font-size: 11px;
}

p.green{
	color: #997;
	font-size: 10px;
}


/* Link Style */
a {
	border-bottom: 1px dotted;
	color: #997;
	text-decoration: none;
	font-size: 10px;

}
a:hover {
	border-bottom-style: solid;
}

/* Additional link style */

a.content {
	border-bottom: 1px dotted;
	color: #999;
	text-decoration: none;
	font-size: 12px;
	
}