/* ------------- BASE ------------- */
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
}
p{
	margin-bottom:8px;	
}
em{
	font-style:oblique;
}

/* ------------- HEADLINES ------------- */
h1, h2, h3, h4, h5, h6, h7{
	font-size:12px;
	font-weight:bold;
	margin:15px 0 5px 0;
}
h1{
	font-size:21px
}
h2{
	font-size:17px;
}
h3{
	font-size:14px;
}
h4{
	font-size:13px;	
}
#pagetitle h1{
	margin:5px 0 15px 0;
}
/* ------------- LINKS ------------- */
a{
	text-decoration:underline;	
}
a:hover{
	font-style:oblique;
}
/* LISTEN */
ul{
	margin-left:20px;
}
ul li{
	padding:0 0 10px 0;
	list-style-type:square;
	line-height:18px;	
}
