/* ==========================================
   Reset 
=========================================== */

* {
  margin: 0;
  padding: 0;
  border: none;
/*  color: #000000;*/
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2;
	list-style-type: none;
}
