body {
	font-size: small;
	background: #000;
	text-align: center;
	margin: 30px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

body {
	font-size: x-small; /* for ie5/win */
	f\ont-size: small; /* for other ie versions */
}

p, li {
	font-size: 85%;
	line-height: 1.6em;
}

span {
	display: block;
}

ul.list, ul.list li { 
	list-style: none;
	float:left; 
}

ul.list li { width:225px; }

p.start {
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 120%;
	margin-top: -30px;
}

p.intro {
	font-size: 100%;
}

strong {
	color: #fff;
	font-weight: normal;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

input {
	background: #202020;
	border: 0px;
	color: #606060;
	margin-top: 20px;
	padding: 4px;
	font-weight: normal;
}

input.text {
	margin-right: 5px;
}

input.btn {
	padding: 3px;
}

img {
	border: 0px;
}

form {
	padding: 0;
	margin: 0;
}
