/**
 /*                                           */
 /*     initial.css, use in every project     */
 /*  version: 1.0, last modified: 12/02/2007  */
 /*                                           */
 
/* Use only _one_ place for default font declaration */
body, button, html, input, select, td, textarea, th {
  color: #000;
  font: 11px Tahoma, Verdana, Arial, sans-serif;
}

a { 
  color: #00f; 
}

a img { 
  border: none;
}

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

button {}

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

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

input, select, textarea {}

label { 
	cursor: pointer;
}

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

legend {}

td, th {}

