body{ background-color:#FFF; }
.title{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000;
	line-height: 16px;
}
.title a {
	text-decoration : none;
	color: #000;
}
.title a:visited{
	text-decoration : none;
	color: #000;
}
.title a:active {
	text-decoration : none;
	color: #000;
}
.title a:hover {
	text-decoration : none;
	color: #999999;
}


.content {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #000;
	line-height: 16px;
}
.content a {
	text-decoration : none;
	color: #000;
}
.content a:visited{
	text-decoration : none;
	color: #000;
}
.content a:active {
	text-decoration : none;
	color: #000;
}
.content a:hover {
	text-decoration : none;
	color: #999999;
}

.nav {
	font-family: Helvetica, Arial;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}
.nav a {
	text-decoration : none;
	color: #000;
}
.nav a:visited{
	text-decoration : none;
	color: #000;
}
.nav a:active {
	text-decoration : none;
	color: #000;
}
.nav a:hover {
	text-decoration : none;
	color: #999999;
}

.copyright{
	position : absolute;
	bottom : 10px;
}