* {
	margin : 0px;
	padding : 0px;
}

*.hidden {
  position: absolute;
  top: -5000px;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}  

*.clear {
  clear : both;
  font-size : 0px;
} 

a {
	color : #0080D9;
}
a:hover {
  color : #000000;
}

img {
  vertical-align : top;
  border-width : 0;
}

p {

}

