/* general styles */
/*/////////////////////////////////////////*/

html,body {
	color:#000;
	background:#fff;
	font-family:"Lucida Grande",Helvetica,"Sans Serif";
	}
	
a:link {
	color:#666;
	}
	
a:active {
	color:#666;
	}
	
a:visited {
	color:#999;
	}
	
a:hover {
	color:#000;
	}
	
/* miscellaneous universal styles */
/*/////////////////////////////////////////*/

img {
	border:0;
	}