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, 
dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td{
  margin:0;
  padding:0;
  border:0;
  font-weight:normal;
  font-style:normal;
  text-align:left;
  font-family:inherit;
}
table{border-collapse:collapse; border-spacing:0;}
ol, ul{list-style:none;}
q:before, q:after, blockquote:before, blockquote:after{content:"";}

body{
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 0.8em;
  color: #7B7B7B;
}

.main {
  width: 990px;
  margin: 0 auto 0 auto;
}

.item{
  border-color: #EEEEEE;
  border: 1px;
}

.item a:link {
	color: #FF0093;
	text-decoration: none;
}
.item a:visited {
	color: #FF0093;
	text-decoration: none;
}

h1 {
	font-size: 1.3em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.3em;
	margin-top: 0.5em;
	color: #FF0093;
}

a:link {
	color: #7B7B7B;
	text-decoration: none;
}
a:visited {
	color: #7B7B7B;
	text-decoration: none;
}