A:active, A:link, A:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: #D2D2D2;
	text-decoration: none;
}

.backgroundstyle {
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	background-color: #616161;
}

body{
	color:#D2D2D2;
	font: 13px 'Lucida Grande', Verdana, sans-serif;
}
