body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("images/diamond.png");
	background-repeat: repeat;
}
#text {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #999999;
	padding-left: 50px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #999999;
}