@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	vertical-align: top;
	font-family:'Trebuched MS', Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	 
	color: black;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

