body {
	background: #202020;
	background-position: left;
	background-attachment: fixed;
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 8pt;
	color : #808080;
}

a:link {
	color: #F9E0AD;
	text-decoration: none;
}
a:visited {
	color: #F9E0AD;
	text-decoration: none;
}

a:active {
	color: #F9E0AD;
	text-decoration: none;
}

a:hover{
	color: #9CB29B;
	border-bottom: 1px dotted #1ED7C2;
	text-decoration: none;
	cursor: default;
}