/* -- undo browser HTML defaults -- */
table,tr,td,th,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,textarea,select,address,img,hr,a {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	cursor:default;
	color: #333333;
	text-decoration:none;
}
img,acronym,hr {border: none;}
a, a img {cursor:pointer;}
a:hover {text-decoration:underline;}
acronym {cursor:help;}
hr {
	height:1px;
	background:#CCCCCC;
	color:#CCCCCC;
}
/* -- */
a {
	color: #655454;
	text-decoration: underline;
}
a:hover {
	color: #473B3B;
}