* {
	margin: 0;
	padding: 0;
}
a {
	color: #555;
	text-decoration:none;
}
a:hover {
	color: #777;
	text-decoration:blink;
}
body {
	background: #FFF;
    	color: #999;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	background: #EEE;
	color: #222;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;	
}
p,cite,code,ul {
	font-size: 1.0em;
	padding-bottom: 1.0em;
}
h3 {
	color: #000;
	font-size: 1.2em;
	padding-top: 6px;
	margin-bottom: 4px;
	text-align: center;
}
li {
	list-style-type: none;
	color: #AAA;
	margin: 0px 0px 0px 160px;
}