/**
 /*                                             */
 /*      initial.css, use in every project      */
 /*  version: 1.0.1, last modified: 20/12/2007  */
 /*                                             */

/* Use only _one_ place for default font declaration */
* {
  -moz-outline: none;
}


body, button, html, input, select, td, textarea, th {
  color: #000;
  font: 11px/1.3 Tahoma, Verdana, Arial, sans-serif;
}

body, html {
	margin: 0;
	padding: 0;
}

a img {
  border: none;
}

body, html {
	margin: 0;
	padding: 0;
}

button {
  cursor: pointer;
}

fieldset, form {
	border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

input, select, textarea {}

label {
	cursor: pointer;
}

legend {
	display: none;
}

li, dd, blockquote {
	margin-left: 1em;
}

td, th {}
