@media screen, projection {

/* general styles */
/*/////////////////////////////////////////*/

html,body {
	text-align:center;
	margin:0;
	padding:0;
	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,button {
	font-size:1em;
	font-family:Arial,Helvetica,"Sans Serif";
	}

/* miscellaneous universal styles */
/*/////////////////////////////////////////*/

img {
	border:0;
	}
	
}