/* CSS Document */
.detail {
	overflow: visible;
	text-align: justify;
	color: #01d2ff;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#title{
	color: #01d2ff;
}
.detail h1{
	text-align:left;
	color: #f8dafb;
	text-align: center;
	font-size: 2em;
}
.detail h2{
	text-align: left;
	font-size: 1.5em;
}
.detail a, #brand{
	color: #f8dafb;
}
.detail a:visited{
	color: #79c7eb;
}
body {
/*	background-color: #79c7eb;*/
	background-color: #07060a;
	background-image: none;
}