body {
	font-family: "Gill Sans", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 2;
	background-color: #333333;
	color: #CCCCCC;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}
.link {
	font-size: 14px;
	font-style: italic;
	color: #CCCCCC;
	line-height: normal;
}
.italic {
	font-size: 12px;
	color: #CCCCCC;
	font-style: italic;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: blink;
	font-weight: bold;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
