:link,:visited {
	text-decoration: none
}
ul, ol {
	list-style: none
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

H1 {
  font: normal 24px/24px arial;
  color: #000000;
}
H2 {
  font: bold 18px/18px arial;
  color: #000000;
}
H3 {
  font: bold 16px/16px arial;
  color: #000000;
  
}
H4 {
  font: bold 12px/12px arial;
  color: #000000;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, blockquote, fieldset, input {
	margin: 0;
	padding: 0
}
a img,:link img,:visited img {
	border: none
}

body {
background:url(../images/background.png) 0px -40px repeat-x;
font-family: 'Imprima', sans-serif;
}

#wrapper .wrap {
  width: 940px;
  margin: 0 auto;
}

A {
  cursor: pointer;
}

.right {
	float: right;
}
.clear {
	clear: both;
}