body {
	background-color:#fff;
	background-image: url(media/bg.jpg);
}

p {
	font-family:Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height:16px;
	color:#999999;
	}
	
.style1 {
	color: #000;
	}
	
.style2 {
	font-weight:bold;
	color: #fff;
	background-color:#000;
	text-transform: uppercase;
	}

.hier {color: #999}
	
A:link {color:#666;}
A:visited {color:#333;}
A:hover {
	color:#fff;
	font-weight:bold;
	background-color:#000;
	}

h2, h2 a:link, h2 a:visited {
	font-size: 26px;
	font-family: helvetica, arial, sans-serif;
	line-height: 29px;
	letter-spacing: -2px;
	padding: 0;
	margin: 0;
	color: #ccc;
	text-decoration: none;
}

h2 {
	background-color:#fff;
}

h2 span.add, h2 span.add a:link, h2 span.add a:visited {
  color: #eee;
}

h2 span.sub, h2 span.sub a:link {
  color: #ddd;
  font-weight: normal;
}

h2 a:hover, h2 span.add a:hover{
	font-weight:inherit;
	background-color:#000;
	color:#fff;
}

h3 { 
  font-size: 15px;
  font-family: helvetica, arial, sans-serif;
  line-height: 16px;
  letter-spacing: -1px;
  padding: 0;
  margin: 0;
  color: #ccc;
  text-decoration: none;
}
