/* ***************************** */
/* Formatting */

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.hidden {
	display: none;
	overflow: hidden;
}

/* ***************************** */
/* Layout */

body {
	margin: 0px;
	font-family: verdana;
	font-size: 10px;
	color:#ffffff;
	line-height: 1.2;
	background-color: #ae0202;
	position: relative;
}

.content {
	width: 100%;
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline;
}
