/* CSS Document */

body {
	width: 640px;
	font-family: 'Lucida Grande', helvetica, 'Trebuchet MS', verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: black;
	padding: 0;
	border: 0;
	margin: 10px auto;
	
}

a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
}

a:hover, a:active {
	color: silver;
	text-decoration: none;
	background: transparent;
}

.copyright {
	color: #414247;
	font-size: 7pt;
	text-align: center;
}

.centered {
	text-align: center;
}

.centered-left {
	text-align: left;
}