/* CSS Document */
h1 {
	display:none;
	}
h2 {
	font-family: Georgia, "Lucida Sans", Verdana, sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 0;
}
h3 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #9c6;
	margin: 2px 0 0 0;
}
	

p {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	margin: 3px 0 15px 0;
	line-height: 17px;
}
em {
	font-style: normal;
	color: #f60;
	background: none;
}
a:link, a:visited {
	color: #fc3;
	text-decoration: none;
}
a:hover{
	color: #fff;
	text-decoration: underline;
}

a:active {
	color:#f60;
}
