


/* ------ RESET ------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	
	font-family: Verdana;
  text-decoration: none;
}

body {
  color: #000;
  text-decoration: none;
  background: url('files/background.jpg') no-repeat center top #202928;
}



a, a:link, a:visited {
  color: #000000;
  text-decoration: none;
  outline: none;
}

a:hover { color: #9B1A18; text-decoration: none; }
