/******************************
	Basic Containers
******************************/

body {
	color: #DDEEF9;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background: #010101;
}

a {
	margin: 0px 8px;
	padding: 8px 16px;
	color: #D7D7D7;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #BC0099;
}

a:hover {
	text-decoration: underline;
	background: #e636c5;
}