/* define standard element styles */

BODY, P, TD, DIV, h1, INPUT, TEXTAREA, SELECT {
	font : 10px Verdana, Arial, sans-serif; 
	color : #6A6A6A;
	margin : 0;
	background-color : #ffffff;
	line-height : 13px;
}

/* define link properties */

A, A:Visited, A:Active {
	color : #B2B2B2;
  font-weight : bold;
	text-decoration : none;
}

A:Hover {
	color : #E8E7E7;
  font-weight : bold;
	text-decoration : none;
}
