
body {
	
	background: #000000; 
	color: #ffffff;
	
	}
	
.text {
	margin: 10px;
	font-size: 14px;
	line-height: 15px;
	height: 150px;
}

.name {
	margin-top: 30px;
	text-align: right;
	font-weight: bold;
	font-size: 16px;	
}
.name a {
	font-size: 0.9em;
	text-decoration: none;
}

.nav {
	position: absolute;
	top: 660px;
	left: 10px;
	/*margin-left: 10px;*/
}

.tf {
	font-size: 14px;
	color: #c70000;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

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