* { 
	margin: 0; 
	padding: 0; 
	color: #fff; 
	line-height: 1.4; 
	text-align: center;
}

body { 
	font: normal 62% Tahoma, Verdana, Arial, sans-serif; 
	background-color: #291808;
}

a {
	padding-bottom: 3px;
	border-bottom:1px dotted #83D7EF;
	color:#83D7EF;
	text-decoration:none;
}

a:hover {
	color:#fff;
	border-bottom:1px dotted #fff;
}

#logo {
	text-align: center;
	margin:70px 0;
}

#logo a {
	border:none;
}

h2 {
	font-size:2.5em;
	font-weight:normal;
	margin:25px 0 50px 0;
}

p {
	font-size:1.5em;
	line-height:normal;
}

#details {
	margin-top:120px;
}

#details p {
	font-size: 1.2em;
	padding:10px 0 10px 0;
	line-height:1.4em;
}

#details p.small {
	font-size:1em;
}

