#bottomlinks {
	padding: 10px;
	text-decoration : none;
	text-shadow : Gray;
	font-family : Arial;
	font-size: 10px;
	color: #999999;

}

body{
	background: #666666;
	margin-top: 30px;
}

a:link, a:visited {
text-decoration: underline;
color: #999999;
background-color: transparent;
}
a:hover, a:active {
text-decoration: underline;
color: #FFE1EB;
}