body {
	background-color: #000000;
	font-family: verdana, sans-serif;
	color: #aaaaaa;
	width: 950px;
	margin:0 auto;
}

li {
	list-style-type: none;
}

.header {
	height: 55px;
	width: 100%;
	border-bottom: 3px solid #4f4f4f;
}

.left {
	width: 700px;
	text-algin: left;
	float: left;
	margin-top: 15px;
	font-size: 11px;
	line-height: 150%;
}

.right {
	width: 240px;
	text-align: right;
	float: right;
	margin-top: 15px;
}

a {
	font-family: Georgia, Serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #fd95d9;
	line-height: 175%;
}

a:hover {
	color: #f513b3;
}

.little {
	font-size: 11px;
}

h2 {
	font-family: Georgia, Serif;
	font-size: 18px;
	font-weight: normal;
	color: #47a4c7;
	display: inline;
	margin-right: 8px;
}