body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333;
	text-align:center;
	line-height:1.5em;
}
h1 {
	font-size:2em;
	line-height:1.8em;
	margin:0;
	padding:0;
}
ul {
	list-style-type:square
	}
#wrapper {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	text-align:left;
	padding:20px;
	margin-top:10px;
	border:1px dashed #ccc;
	}
a {
	color:#256FEA;;
	text-decoration:none;
	padding:2px;
}
a:hover {
	color:#fff;
	background-color:#256FEA;;
	}
#my_name {
	color:#993366;
	}
#pretty_bad {
	color:#666666;
}