
/* ===============  BEGIN STYLE RESET =============== */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style:square; 
}
img {
  border: 0;
}

/* ===============  END STYLE RESET =============== */



body {	
	background: url(images/gradientA1.jpg) repeat-y;
	background-color: #fbf1e0;
}

a:link {
	color: #222222;
	text-decoration: none;
}

a:hover {
	color: #af3d25;
}

a:visited {
	color: #af3d25;
	text-decoration: none;
}




