/* general styles */
/*/////////////////////////////////////////*/

html,body {
	font-size:100%;
	color:#000;
	background:#fff;
	font-family:Arial,Helvetica,"Sans Serif";
	}
	
a:link {
	color:#666;
	}
	
a:active {
	color:#666;
	}
	
a:visited {
	color:#999;
	}
	
a:hover {
	color:#000;
	}
	
/* form styles */
/*/////////////////////////////////////////*/
	
input,textarea,select {
	font-size:1em;
	font-family:Arial,Helvetica,"Sans Serif";
	}

/* miscellaneous universal styles */
/*/////////////////////////////////////////*/

img {
	border:0;
	}
