body {
	background-color: #FFF;
}

body, textarea, pre {
	font: normal 11px/16px Verdana, 'Lucida Grande', Arial, Verdana, Helvetica; */
	color:	#000;
	text-align: center;
}

,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}

textarea, pre {
	text-align: left;
}

strong {
	font-weight: bold;
}

a {
	color: #005CAF;
	font-weight: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div {
	text-align: left;
}

img {
	border: none;
}

a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	cursor: pointer;
}